Function LayoutAdminSectionsContentAiSchema

  • Returns ZodObject<
        Required<
            {
                href?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
                type?: ZodType<undefined | Maybe<string>, any, undefined | Maybe<string>>;
            },
        >,
    >