UNPKG

livelists-node-js

Version:
6 lines (5 loc) 134 B
export interface ICreateChannelArgs { identifier: string; maxParticipants: number; customData?: Record<string, string>; }