Interface AllArchivistFunctions<TReadResponse>

interface AllArchivistFunctions<TReadResponse> {
    all(): PromisableArray<TReadResponse>;
}

Type Parameters

  • TReadResponse

Hierarchy (View Summary)

Methods

Methods

  • Returns PromisableArray<TReadResponse>