chore: add service review add and get in service page and also approve and reject for admin
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export enum ReviewStatus {
|
||||
PENDING = "PENDING",
|
||||
APPROVED = "APPROVED",
|
||||
REJECTED = "REJECTED",
|
||||
}
|
||||
Reference in New Issue
Block a user