pos-be/src/modules/item-related/item/constants.ts

6 lines
107 B
TypeScript

export enum LimitType {
NO_LIMIT = 'no limit',
TIME_LIMIT = 'time limit',
QTY_LIMIT = 'qty limit',
}