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