mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Rewrite options page with Svelte
This commit is contained in:
1
ext/src/global.d.ts
vendored
1
ext/src/global.d.ts
vendored
@@ -5,6 +5,7 @@ declare const BRIDGE_NAME: string;
|
||||
declare const MIRRORING_APP_ID: string;
|
||||
|
||||
declare type Nullable<T> = T | null;
|
||||
declare type Optional<T> = T | undefined;
|
||||
|
||||
declare type DistributiveOmit<T, K extends keyof any> = T extends any
|
||||
? Omit<T, K>
|
||||
|
||||
Reference in New Issue
Block a user