structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export enum ReceiptTypeEnum {
|
||||
DAILY = '1',
|
||||
WEEKLY = '2',
|
||||
MONTHLY = '3',
|
||||
QUARTERLY = '4',
|
||||
YEARLY = '5',
|
||||
}
|
||||
Reference in New Issue
Block a user