mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
4 lines
50 B
TypeScript
4 lines
50 B
TypeScript
|
|
export enum RoomType {
|
||
|
|
Group = 1,
|
||
|
|
Direct = 2
|
||
|
|
}
|