Skip to content

Commit

Permalink
Merge branch 'main' into feat/custom-shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Jun 23, 2023
2 parents 8ff6cfa + b815a96 commit 3241213
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/beta/lib/core/Crust/Plugins/plugin_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ import { ClientStorage } from "./useClientStorage";

declare global {
interface Window {
// This will be resolved when classic is removed
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- Because of duplicated `window.reearth` definition
// @ts-ignore
reearth?: CommonReearth;
}
}
Expand Down

0 comments on commit 3241213

Please sign in to comment.