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

7 lines
180 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
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
}