UNPKG

kick-sdk

Version:

NodeJS lightweight SDK for Kick.com API.

7 lines (6 loc) 128 B
export interface IApiResponseGetUser { email: string; name: string; profile_picture: string; user_id: number; }