Skip to main content

Interface: SubmissionQuery

Defined in: contract.ts:32

@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

cursor?

optional cursor?: string;

Defined in: contract.ts:37


formId?

optional formId?: string;

Defined in: contract.ts:33


limit?

optional limit?: number;

Defined in: contract.ts:36


status?

optional status?:
| SubmissionStatus
| SubmissionStatus[];

Defined in: contract.ts:34


updatedSince?

optional updatedSince?: string;

Defined in: contract.ts:35