4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
export enum ComplaintStatus {
|
|
WAITING_FOR_RESPONSE = 'waiting_for_response',
|
|
ANSWERED = 'answered'
|
|
} |