Function PagesPortfolioSectionsContactSchema
PagesPortfolioSectionsContactSchema(): ZodObject< Required< { contactText?: ZodType< undefined | Maybe<string>, any, undefined | Maybe<string>, >; description?: ZodType< undefined | Maybe<string>, any, undefined | Maybe<string>, >; }, >,> Returns ZodObject<
Required<
{
contactText?: ZodType<
undefined
| Maybe<string>,
any,
undefined | Maybe<string>,
>;
description?: ZodType<
undefined
| Maybe<string>,
any,
undefined | Maybe<string>,
>;
},
>,
>