jira.js
    Preparing search index...

    Variable DefaultTypeSchemaConst

    DefaultTypeSchema: ZodDiscriminatedUnion<
        [
            ZodObject<
                { id: ZodLiteral<-1>; name: ZodEnum<{ None: "None" }> },
                $loose,
            >,
            ZodObject<{ id: ZodLiteral<0>; name: ZodEnum<{ Text: "Text" }> }, $loose>,
            ZodObject<
                { id: ZodLiteral<1>; name: ZodEnum<{ Integer: "Integer" }> },
                $loose,
            >,
            ZodObject<
                { id: ZodLiteral<2>; name: ZodEnum<{ Boolean: "Boolean" }> },
                $loose,
            >,
        ],
        "id",
    > = ...
    Id Description
    -1 None
    0 Text
    1 Integer
    2 Boolean
    3 Double
    4 Date
    5 Time
    6 DateTime
    7 Url
    8 Email
    9 Textarea
    10 Select
    11 IP Address