3 lines
35 B
TypeScript
Raw Normal View History

2023-11-19 16:14:38 +08:00
export enum Auth {
user,admin
}