MCPcopy
hub / github.com/conversejs/converse.js / ModelOptions

Interface ModelOptions

src/headless/types/shared/types.d.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 jid: string;
15};
16export interface ModelOptions {
17 collection?: Collection;
18 parse?: boolean;
19 unset?: boolean;
20 silent?: boolean;
21}
22export type RSMQueryOptions = {
23 after?: string;
24 before?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected