5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export enum MobileUnlockTiming {
|
|
Immediately = 'immediately',
|
|
OnQuit = 'on-quit',
|
|
}
|