mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Add typed messaging
This commit is contained in:
@@ -44,7 +44,7 @@ type ErrorCallback = (err: Error_) => void;
|
||||
|
||||
let apiConfig: ApiConfig;
|
||||
|
||||
const receiverList: Receiver[] = [];
|
||||
const receiverList: Array<{ id: string }> = [];
|
||||
const sessionList: Session[] = [];
|
||||
|
||||
const receiverActionListeners = new Set<ReceiverActionListener>();
|
||||
|
||||
Reference in New Issue
Block a user