UNPKG

soop-chat-client

Version:
4 lines (3 loc) 240 B
import { SignatureEmoteResponse, StreamInfo } from 'SoopApiTypes'; export declare const getPlayerLiveInfo: (userId: string) => Promise<StreamInfo>; export declare const getChannelEmotes: (userId: string) => Promise<SignatureEmoteResponse>;