3.3.4
This commit is contained in:
@@ -30,3 +30,4 @@ export * from "./interfaces/confirmation-requests";
|
||||
export * from "./interfaces/generic-user";
|
||||
export * from "./interfaces/adult";
|
||||
export * from "./interfaces/team-manager";
|
||||
export * from "./interfaces/confirmation-request/confirmation-request-status";
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
export enum ConfirmationRequestStatus {
|
||||
PENDING = 1,
|
||||
APPROVED = 2,
|
||||
DECLINED = 3,
|
||||
}
|
||||
Reference in New Issue
Block a user