Skip to content

Commit 76f5a71

Browse files
authored
changed types file name(backwards-compatibility) (#355)
1 parent ef1c3e6 commit 76f5a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backwards/types.d.ts renamed to src/backwards/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
type StreamingProfiles = string | "4k" | "full_hd" | "hd" | "sd" | "full_hd_wifi" | "full_hd_lean" | "hd_lean";
1+
export type StreamingProfiles = string | "4k" | "full_hd" | "hd" | "sd" | "full_hd_wifi" | "full_hd_lean" | "hd_lean";
22

3-
type stringOrNumber = number | string;
3+
export type stringOrNumber = number | string;
44

55
export type CropMode =
66
string

0 commit comments

Comments
 (0)