Function PagesPortfolioSectionsAboutSectionMutationSchema
PagesPortfolioSectionsAboutSectionMutationSchema(): ZodObject< Required< { background?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; body?: ZodType<any, any, any>; greeting?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; image?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
background?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
body?: ZodType<any, any, any>;
greeting?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
image?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>