UNPKG

converse.js

Version:
7 lines (5 loc) 222 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)[] }