summaryrefslogtreecommitdiff
path: root/js/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/types.ts')
-rw-r--r--js/types.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/types.ts b/js/types.ts
index 3ef8f81e5..7af0a5201 100644
--- a/js/types.ts
+++ b/js/types.ts
@@ -151,9 +151,3 @@ declare global {
stackTraceLimit: number;
}
}
-
-// Do not add unsupported platforms.
-export interface Platform {
- arch?: "x64";
- os?: "mac" | "win" | "linux";
-}