Interface AllArchivist<TReadResponse>

interface AllArchivist<TReadResponse extends Payload = Payload> {
    all(): PromisableArray<WithStorageMeta<TReadResponse>>;
}

Type Parameters

Hierarchy (View Summary)

Methods

Methods