Files
backend/libs/common/src/constants/visitor-password.enum.ts
2025-03-20 09:42:54 +03:00

7 lines
216 B
TypeScript

export enum VisitorPasswordEnum {
ONLINE_ONE_TIME = 'ONLINE_ONE_TIME',
ONLINE_MULTIPLE_TIME = 'ONLINE_MULTIPLE_TIME',
OFFLINE_ONE_TIME = 'OFFLINE_ONE_TIME',
OFFLINE_MULTIPLE_TIME = 'OFFLINE_MULTIPLE_TIME',
}