Function LayoutAdminSectionsMirrorsIconifyIconMutationSchema
LayoutAdminSectionsMirrorsIconifyIconMutationSchema(): ZodObject< Required< { color?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; invertOnDark?: ZodType< undefined | InputMaybe<boolean>, any, undefined | InputMaybe<boolean>, >; name?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; pack?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; preview?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
color?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
invertOnDark?: ZodType<
undefined
| InputMaybe<boolean>,
any,
undefined | InputMaybe<boolean>,
>;
name?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
pack?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
preview?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>