global.d.ts 83 B

1234
  1. type Dict = { [name: string]: any }
  2. type Permissions =
  3. | 'ADMIN'
  4. | 'INSTRUCTOR'