Function PagesPortfolioSchema
PagesPortfolioSchema(): ZodObject< Required< { sections?: ZodType< undefined | Maybe<Maybe<PagesPortfolioSections>[]>, any, undefined | Maybe<Maybe<PagesPortfolioSections>[]>, >; seo?: ZodType< undefined | Maybe<PagesPortfolioSeo>, any, undefined | Maybe<PagesPortfolioSeo>, >; slug?: ZodType<undefined | Maybe<string>, any, undefined | Maybe<string>>; title: ZodType<string, any, string>; }, >,> Returns ZodObject<
Required<
{
sections?: ZodType<
undefined
| Maybe<Maybe<PagesPortfolioSections>[]>,
any,
undefined | Maybe<Maybe<PagesPortfolioSections>[]>,
>;
seo?: ZodType<
undefined
| Maybe<PagesPortfolioSeo>,
any,
undefined | Maybe<PagesPortfolioSeo>,
>;
slug?: ZodType<undefined | Maybe<string>, any, undefined | Maybe<string>>;
title: ZodType<string, any, string>;
},
>,
>