refactor: changed the project structure
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export enum ComplaintStatus {
|
||||
WAITING_FOR_RESPONSE = 'waiting_for_response',
|
||||
ANSWERED = 'answered'
|
||||
}
|
||||
Reference in New Issue
Block a user