UNPKG

converse.js

Version:
9 lines (8 loc) 160 B
export type BookmarkAttrs = { jid: string; name?: string; autojoin?: boolean; nick?: string; password?: string; extensions: string[]; }