forked from Shiloh/remnantchat
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
/// <reference types="react-scripts" />
|
|
|
|
declare module 'trystero' {
|
|
export type RoomConfig = BaseRoomConfig &
|
|
(BitTorrentRoomConfig | FirebaseRoomConfig | IpfsRoomConfig)
|
|
}
|