UNPKG
kick-sdk
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
NodeJS lightweight SDK for Kick.com API.
github.com/Eschiclers/kick-sdk
Eschiclers/kick-sdk
kick-sdk
/
dist
/
types
/
channel
/
interfaces
/
response
/
apiResponseGetChannel.d.ts
17 lines
(16 loc)
•
337 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export interface IApiResponseGetChannel { banner_picture: string; broadcaster_user_id: number; category: { id: number; name: string; thumbnail: string; }; channel_description: string; slug: string; stream: { key: string; url: string; }; stream_title: string; }