export interface JoinParams { rooms: string[]; } export interface NotifyParams { array: T[]; }