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

7 lines
180 B
TypeScript
Raw Normal View History

2022-08-09 02:04:37 +00:00
/// <reference types="react-scripts" />
2022-08-13 17:11:59 +00:00
declare module 'trystero' {
2022-08-14 22:20:33 +00:00
export type RoomConfig = BaseRoomConfig &
(BitTorrentRoomConfig | FirebaseRoomConfig | IpfsRoomConfig)
2022-08-13 17:11:59 +00:00
}