feat: set default file name on export

pull/19/head
Firman Ramdhani 2024-07-08 12:39:49 +07:00
parent 313843591e
commit d48ac84244
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export enum REPORT_GROUP {
// PATTERN => MODULE__MENU__SUB_MENU
// EXAMPLE:
general_report = 'general_report',
transaction_report = 'transaction_report',
tenant_report = 'tenant_report',
}