Function PagesPortfolioSectionsRichTextMutationSchema
PagesPortfolioSectionsRichTextMutationSchema(): ZodObject< Required< { body?: ZodType<any, any, any>; center?: ZodType< undefined | InputMaybe<boolean>, any, undefined | InputMaybe<boolean>, >; showTitle?: ZodType< undefined | InputMaybe<boolean>, any, undefined | InputMaybe<boolean>, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
body?: ZodType<any, any, any>;
center?: ZodType<
undefined
| InputMaybe<boolean>,
any,
undefined | InputMaybe<boolean>,
>;
showTitle?: ZodType<
undefined
| InputMaybe<boolean>,
any,
undefined | InputMaybe<boolean>,
>;
title?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>