Function PagesBlogSectionsCtaGroupCtaNavLinkMutationSchema
PagesBlogSectionsCtaGroupCtaNavLinkMutationSchema(): ZodObject< Required< { color?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; nav?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
color?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
nav?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>