Form: ZodObject<{
DecodedUrl: ZodString;
FormType: ZodType<PageType, ZodTypeDef, PageType>;
Id: ZodString;
ResourcePath: ZodObject<{
DecodedUrl: ZodString;
}, "strip", ZodTypeAny, {
DecodedUrl?: string;
}, {
DecodedUrl?: string;
}>;
ServerRelativeUrl: ZodString;
}, "strip", ZodTypeAny, {
DecodedUrl?: string;
FormType?: PageType;
Id?: string;
ResourcePath?: {
DecodedUrl?: string;
};
ServerRelativeUrl?: string;
}, {
DecodedUrl?: string;
FormType?: PageType;
Id?: string;
ResourcePath?: {
DecodedUrl?: string;
};
ServerRelativeUrl?: string;
}> = ...