We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1c3e6 commit 76f5a71Copy full SHA for 76f5a71
src/backwards/types.d.ts renamed to src/backwards/types.ts
@@ -1,6 +1,6 @@
1
-type StreamingProfiles = string | "4k" | "full_hd" | "hd" | "sd" | "full_hd_wifi" | "full_hd_lean" | "hd_lean";
+export type StreamingProfiles = string | "4k" | "full_hd" | "hd" | "sd" | "full_hd_wifi" | "full_hd_lean" | "hd_lean";
2
3
-type stringOrNumber = number | string;
+export type stringOrNumber = number | string;
4
5
export type CropMode =
6
string
0 commit comments