@hiennc24/constant 1.0.29 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  export type CollectionsConstantType = {
2
- [key: string]: string;
2
+ [key in keyof typeof COLLECTIONS]: string;
3
3
  };
4
4
  declare const COLLECTIONS: {
5
5
  MENU_REPOSITORY_NAME: string;
@@ -592,5 +592,7 @@ declare const COLLECTIONS: {
592
592
  NOTIFICATION_COLLECTION_NAME: string;
593
593
  USER_MODULE_NOTIFICATION_REPOSITORY_NAME: string;
594
594
  USER_MODULE_NOTIFICATION_COLLECTION_NAME: string;
595
+ REPORT_PRODUCT_REPOSITORY_NAME: string;
596
+ REPORT_PRODUCT_COLLECTION_NAME: string;
595
597
  };
596
598
  export default COLLECTIONS;