Skip to main content

Interface: OutboxOp

Defined in: contract.ts:94

@rasd/storage — the public entry point.

This package owns three things and nothing else: the frozen StorageAdapter contract, a reference implementation of it, and the suite that proves any other implementation matches. It deliberately has no dependency on @rasd/license — that is what makes export() available in every licence state a property of the module graph rather than a promise (docs/09 §10).

Properties

attempts

attempts: number;

Defined in: contract.ts:98


createdAt

createdAt: string;

Defined in: contract.ts:101


id

id: string;

Defined in: contract.ts:95


kind

kind: "submission" | "attachment" | "record";

Defined in: contract.ts:96


lastError?

optional lastError?: object;

Defined in: contract.ts:100

code

code: string;

message

message: string;

nextAttemptAt

nextAttemptAt: string;

Defined in: contract.ts:99


targetId

targetId: string;

Defined in: contract.ts:97