Function PagesPortfolioSectionsProjectsSectionMutationSchema
PagesPortfolioSectionsProjectsSectionMutationSchema(): ZodObject< Required< { description?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; projects?: ZodType< | undefined | InputMaybe< InputMaybe<PagesPortfolioSectionsProjectsSectionProjectsMutation>[], >, any, | undefined | InputMaybe< InputMaybe<PagesPortfolioSectionsProjectsSectionProjectsMutation>[], >, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,>