Function PagesPortfolioSectionsHeroSectionSchema
PagesPortfolioSectionsHeroSectionSchema(): ZodObject< Required< { actions?: ZodType< undefined | Maybe<Maybe<PagesPortfolioSectionsHeroSectionActions>[]>, any, undefined | Maybe<Maybe<PagesPortfolioSectionsHeroSectionActions>[]>, >; body?: ZodType<any, any, any>; image?: ZodType< undefined | Maybe<string>, any, undefined | Maybe<string>, >; subtitle?: ZodType< undefined | Maybe<string>, any, undefined | Maybe<string>, >; title: ZodType<string, any, string>; }, >,> Returns ZodObject<
Required<
{
actions?: ZodType<
undefined
| Maybe<Maybe<PagesPortfolioSectionsHeroSectionActions>[]>,
any,
undefined | Maybe<Maybe<PagesPortfolioSectionsHeroSectionActions>[]>,
>;
body?: ZodType<any, any, any>;
image?: ZodType<
undefined
| Maybe<string>,
any,
undefined | Maybe<string>,
>;
subtitle?: ZodType<
undefined
| Maybe<string>,
any,
undefined | Maybe<string>,
>;
title: ZodType<string, any, string>;
},
>,
>