UNPKG

kick-sdk

Version:

NodeJS lightweight SDK for Kick.com API.

17 lines (16 loc) 337 B
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; }