jira.js
    Preparing search index...

    Variable AccountStatusSchemaConst

    AccountStatusSchema: ZodCustom<
        "active"
        | "inactive"
        | "closed"
        | string & {},
        "active" | "inactive" | "closed" | string & {},
    > = ...

    The lifecycle status of the account