ISPO SDK
    Preparing search index...

    Interface CloudSupportIssueListArgs

    Markdown
    interface CloudSupportIssueListArgs {
        cursor?: string;
        status?:
            | "fixed"
            | "open"
            | "in-progress"
            | "closed"
            | "needs-info"
            | "confirmed";
    }
    Index
    cursor?: string
    status?:
        | "fixed"
        | "open"
        | "in-progress"
        | "closed"
        | "needs-info"
        | "confirmed"