global.d.ts 102 B

1234
  1. // This file is used to extend global interfaces
  2. declare interface Window {
  3. inWorkspace?: boolean
  4. }