Interface FilterStatus

Represents a status ID that, if matched, should cause the filter action to be taken.

interface FilterStatus {
    id: string;
    statusId: string;
}

Properties

Properties

id: string

The ID of the FilterStatus in the database.

statusId: string

The ID of the filtered Status in the database.