Function SocialsMutationSchema
SocialsMutationSchema(): ZodObject< Required< { href?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; iconifyIcon?: ZodType< undefined | InputMaybe<SocialsIconifyIconMutation>, any, undefined | InputMaybe<SocialsIconifyIconMutation>, >; image?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
href?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
iconifyIcon?: ZodType<
undefined
| InputMaybe<SocialsIconifyIconMutation>,
any,
undefined | InputMaybe<SocialsIconifyIconMutation>,
>;
image?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
title?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>