Design System Utilities @ 0.1.1-alpha.0
    Preparing search index...

    Variable JSONConst Internal

    JSON: ZodObject<
        {
            aa: ZodObject<
                { text: ZodBoolean; ui: ZodBoolean },
                "strip",
                ZodTypeAny,
                { text: boolean; ui: boolean },
                { text: boolean; ui: boolean },
            >;
            aaa: ZodObject<
                { text: ZodBoolean; ui: ZodBoolean },
                "strip",
                ZodTypeAny,
                { text: boolean; ui: boolean },
                { text: boolean; ui: boolean },
            >;
            ratio: ZodNumber;
        },
        "strip",
        ZodTypeAny,
        {
            aa: { text: boolean; ui: boolean };
            aaa: { text: boolean; ui: boolean };
            ratio: number;
        },
        {
            aa: { text: boolean; ui: boolean };
            aaa: { text: boolean; ui: boolean };
            ratio: number;
        },
    > = ...

    Creates a JSON schema for this class.