@fnlb-project/stanza
Version:
Modern XMPP in the browser, with a JSON API
14 lines (13 loc) • 335 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<any>;
export default _default;