UNPKG

converse.js

Version:
6 lines 262 B
import RosterContact from "@converse/headless/types/plugins/roster/contact"; import Profile from "@converse/headless/types/plugins/status/profile"; export type ContactsMap = { [Key: string]: (Profile | RosterContact)[]; }; //# sourceMappingURL=types.d.ts.map