interface CustomerRequestStatus {
    status?: string;
    statusCategory?: string;
    statusDate?: Date;
}

Properties

status?: string

Name of the status condition.

statusCategory?: string

Status category the status belongs to.

statusDate?: Date