remnantchat/src/react-app-env.d.ts

8 lines
217 B
TypeScript
Raw Normal View History

2022-08-08 21:04:37 -05:00
/// <reference types="react-scripts" />
2022-08-13 12:11:59 -05:00
2022-08-14 21:26:50 -05:00
// TODO: Contribute this to Trystero
2022-08-13 12:11:59 -05:00
declare module 'trystero' {
2022-08-14 17:20:33 -05:00
export type RoomConfig = BaseRoomConfig &
(BitTorrentRoomConfig | FirebaseRoomConfig | IpfsRoomConfig)
2022-08-13 12:11:59 -05:00
}