Function PagesBlogSectionsHeroSectionActionsMutationSchema
PagesBlogSectionsHeroSectionActionsMutationSchema(): ZodObject< Required< { icon?: ZodType< undefined | InputMaybe<boolean>, any, undefined | InputMaybe<boolean>, >; label?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; link?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; type?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; variant?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
icon?: ZodType<
undefined
| InputMaybe<boolean>,
any,
undefined | InputMaybe<boolean>,
>;
label?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
link?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
type?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
variant?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>