Function PagesPortfolioSectionsProjectsSectionSchema
PagesPortfolioSectionsProjectsSectionSchema(): ZodObject< Required< { description?: ZodType< undefined | Maybe<string>, any, undefined | Maybe<string>, >; projects?: ZodType< | undefined | Maybe<Maybe<PagesPortfolioSectionsProjectsSectionProjects>[]>, any, | undefined | Maybe<Maybe<PagesPortfolioSectionsProjectsSectionProjects>[]>, >; title: ZodType<string, any, string>; }, >,>