mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Fix web code linting to be portable across environments
This commit is contained in:
@@ -3,7 +3,9 @@ type ResponseMap = {
|
||||
[response: string]: ResponseCallback | undefined;
|
||||
};
|
||||
declare global {
|
||||
interface Window { responseMap: ResponseMap }
|
||||
interface Window {
|
||||
responseMap: ResponseMap;
|
||||
}
|
||||
}
|
||||
|
||||
export enum ResponseType {
|
||||
|
||||
Reference in New Issue
Block a user