jira.js
    Preparing search index...

    Variable LicensedApplicationSchemaConst

    LicensedApplicationSchema: ZodObject<
        {
            id: ZodString;
            plan: ZodCustom<
                string & {}
                | "UNLICENSED"
                | "FREE"
                | "PAID",
                string & {} | "UNLICENSED" | "FREE" | "PAID",
            >;
        },
        $loose,
    > = ...

    Details about a licensed Jira application.