useresponse
    Preparing search index...

    Interface Status

    interface Status {
        color?: { background?: string; text?: string };
        id?: number;
        isClosed?: boolean;
        isDefault?: boolean;
        isSystem?: boolean;
        order?: number;
        ownership?: string;
        slug?: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    color?: { background?: string; text?: string }
    id?: number
    isClosed?: boolean
    isDefault?: boolean
    isSystem?: boolean
    order?: number
    ownership?: string
    slug?: string
    title?: string
    type?: string