cap-nodejs

CAP Node.js API


CAP Node.js API / cap-nest/src / TrySaveReceivedResult

Interface: TrySaveReceivedResult<T>

Defined in: cap-nest/src/cap/abstractions/storage.interface.ts:46

Type Parameters

T

T extends JsonValue = JsonValue

Properties

event

event: CapReceivedEvent<T>

Defined in: cap-nest/src/cap/abstractions/storage.interface.ts:49


id

id: string

Defined in: cap-nest/src/cap/abstractions/storage.interface.ts:48


inserted

inserted: boolean

Defined in: cap-nest/src/cap/abstractions/storage.interface.ts:47