MCPcopy
hub / github.com/smrchy/rsmq / BaseOptions

Interface BaseOptions

index.d.ts:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 interface BaseOptions {
66 /**
67 * The Queue name.
68 * Maximum 160 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.
69 *
70 * @type {string}
71 * @memberof BaseQueueOptions
72 */
73 qname: string;
74 }
75
76 export interface CreateQueueOptions extends BaseOptions {
77 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected