Skip to main content

Interface: ImportReport

Defined in: contract.ts:176

@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

attachments

attachments: number;

Defined in: contract.ts:180


datasets

datasets: number;

Defined in: contract.ts:179


errors

errors: object[];

Defined in: contract.ts:182

id?

optional id?: string;

message

message: string;

forms

forms: number;

Defined in: contract.ts:177


skipped

skipped: number;

Defined in: contract.ts:181


submissions

submissions: number;

Defined in: contract.ts:178