pos-be/src/core/strings/constants/module.constants.ts

3 lines
66 B
TypeScript

export enum MODULE_NAME {
USER_PRIVILEGE = 'user-privileges'
}