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