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