UNPKG

chzzk-z

Version:

chzzk-z is naver streaming platform Chzzk Library

13 lines (12 loc) 574 B
import { ChzzkModuleOptionDto } from "../dtos/chzzk-connector-option.dto"; declare class AccessToken { accessToken: string; extraToken: string; } export declare class ChzzkChannelRepository { findByKeyword(keyword: string, option: ChzzkModuleOptionDto): Promise<Response>; findById(channelId: string, option: ChzzkModuleOptionDto): Promise<Response>; findAccessTokenById(chatChannelId: string, option: ChzzkModuleOptionDto): Promise<AccessToken>; findVideoById(videoNo: string | number, option: ChzzkModuleOptionDto): Promise<Response>; } export {};