UNPKG

chzzk-z

Version:

chzzk-z is naver streaming platform Chzzk Library

7 lines (6 loc) 376 B
import { ChzzkModuleOptionDto } from "../dtos/chzzk-connector-option.dto"; import { LiveDetail, LiveStatus } from "../types/live.types"; export declare class ChzzkLiveRepository { findStatusByChannelId(channelId: string, option: ChzzkModuleOptionDto): Promise<LiveStatus>; findDetailByChannelId(channelId: string, option: ChzzkModuleOptionDto): Promise<LiveDetail>; }