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 78e9f41 commit 4a3b33cCopy full SHA for 4a3b33c
src/messageTypes.ts
@@ -83,15 +83,15 @@ interface GetVideoIdResponse {
83
videoID: string;
84
}
85
86
-interface GetChannelIDResponse {
+export interface GetChannelIDResponse {
87
channelID: string;
88
89
90
-interface SponsorStartResponse {
+export interface SponsorStartResponse {
91
creatingSegment: boolean;
92
93
94
-interface IsChannelWhitelistedResponse {
+export interface IsChannelWhitelistedResponse {
95
value: boolean;
96
97
@@ -111,7 +111,7 @@ export interface VoteResponse {
111
responseText: string;
112
113
114
-export interface ImportSegmentsResponse {
+interface ImportSegmentsResponse {
115
importedSegments: SponsorTime[];
116
117
0 commit comments