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