feat: allowance journey

This commit is contained in:
Abdalhamid Alhamad
2024-12-19 15:18:35 +03:00
parent fd6c1d1442
commit a201692c0c
31 changed files with 884 additions and 4 deletions

View File

@ -0,0 +1,5 @@
export enum AllowanceChangeRequestStatus {
PENDING = 'PENDING',
APPROVED = 'APPROVED',
REJECTED = 'REJECTED',
}