Function LayoutAdminSectionsContentMutationSchema

  • Returns ZodObject<
        Required<
            {
                ai?: ZodType<
                    | undefined
                    | InputMaybe<InputMaybe<LayoutAdminSectionsContentAiMutation>[]>,
                    any,

                        | undefined
                        | InputMaybe<InputMaybe<LayoutAdminSectionsContentAiMutation>[]>,
                >;
                cloudinaryAdmin?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                iconifyIcon?: ZodType<
                    undefined
                    | InputMaybe<LayoutAdminSectionsContentIconifyIconMutation>,
                    any,
                    undefined | InputMaybe<LayoutAdminSectionsContentIconifyIconMutation>,
                >;
                tinaAdmin?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >