Function PagesPortfolioSectionsFaqMutationSchema
PagesPortfolioSectionsFaqMutationSchema(): ZodObject< Required< { description?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; item?: ZodType< | undefined | InputMaybe<InputMaybe<PagesPortfolioSectionsFaqItemMutation>[]>, any, | undefined | InputMaybe<InputMaybe<PagesPortfolioSectionsFaqItemMutation>[]>, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,>