8 lines
217 B
TypeScript
8 lines
217 B
TypeScript
/// <reference types="react-scripts" />
|
|
|
|
// TODO: Contribute this to Trystero
|
|
declare module 'trystero' {
|
|
export type RoomConfig = BaseRoomConfig &
|
|
(BitTorrentRoomConfig | FirebaseRoomConfig | IpfsRoomConfig)
|
|
}
|