Function PagesPortfolioSectionsFaqItemSchema
PagesPortfolioSectionsFaqItemSchema(): ZodObject< Required< { body?: ZodType<any, any, any>; title: ZodType<string, any, string> }, >,> Returns ZodObject<
Required<
{ body?: ZodType<any, any, any>; title: ZodType<string, any, string> },
>,
>