mirror of
https://github.com/SyncrowIOT/backend.git
synced 2026-03-11 00:21:45 +00:00
7 lines
216 B
TypeScript
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',
|
|
}
|