cap-nodejs

CAP Node.js API


CAP Node.js API / cap-testing/src / CreatePublishFixtureOptions

Interface: CreatePublishFixtureOptions<T>

Defined in: cap-testing/src/fixtures/messages.ts:8

Extended by

Type Parameters

T

T extends JsonValue = JsonValue

Properties

headers?

optional headers?: CapHeaders

Defined in: cap-testing/src/fixtures/messages.ts:13


id?

optional id?: string

Defined in: cap-testing/src/fixtures/messages.ts:9


occurredAt?

optional occurredAt?: string

Defined in: cap-testing/src/fixtures/messages.ts:11


payload?

optional payload?: T

Defined in: cap-testing/src/fixtures/messages.ts:12


topic?

optional topic?: string

Defined in: cap-testing/src/fixtures/messages.ts:10