interface Status {
    id: number;
    name: ListOfStatus;
}

Properties

Properties

id: number