Function LayoutAdminSectionsContentSchema

  • Returns ZodObject<
        Required<
            {
                ai?: ZodType<
                    undefined
                    | Maybe<Maybe<LayoutAdminSectionsContentAi>[]>,
                    any,
                    undefined | Maybe<Maybe<LayoutAdminSectionsContentAi>[]>,
                >;
                cloudinaryAdmin?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
                iconifyIcon?: ZodType<
                    undefined
                    | Maybe<LayoutAdminSectionsContentIconifyIcon>,
                    any,
                    undefined | Maybe<LayoutAdminSectionsContentIconifyIcon>,
                >;
                tinaAdmin?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
            },
        >,
    >