UNPKG

sdg

Version:

pomelo ts

9 lines (8 loc) 370 B
import Application from '../../../application'; import { IMsgRsp, UID, IScheduleOpts } from '../../..'; export default class ChannelRemote { app: Application; constructor(app: Application); pushMessage(route: string, msg: IMsgRsp, uids: UID[], opts: IScheduleOpts): void; broadcast(route: string, msg: IMsgRsp, uids: UID[], opts: IScheduleOpts): void; }