UNPKG

chzzk

Version:

네이버 라이브 스트리밍 서비스 CHZZK의 비공식 API 라이브러리

12 lines (11 loc) 269 B
export interface User { hasProfile: boolean; loggedIn: boolean; nickname: string; officialNotiAgree: boolean; officialNotiAgreeUpdateDate?: string; penalties: []; profileImageUrl: string; userIdHash: string; verifiedMark: boolean; }