Interface ReadArchivist<TReadResponse, TId>
Type Parameters
- TReadResponse
- TId = string
Methods
all
- all(): PromisableArray<TReadResponse>
get
- get(ids: TId[]): PromisableArray<TReadResponse>
next
- next(options?: NextOptions<TId>): PromisableArray<TReadResponse>