@vlad8096/stanza
Version:
Modern XMPP in the browser, with a JSON API
14 lines (13 loc) • 330 B
TypeScript
declare module './' {
interface Message {
processingHints?: ProcessingHints;
}
}
export interface ProcessingHints {
noCopy?: boolean;
noPermanentStore?: boolean;
noStore?: boolean;
store?: boolean;
}
declare const _default: import("../jxt").DefinitionOptions;
export default _default;