XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface ReadArchivistFunctions<TReadResponse, TId>

    interface ReadArchivistFunctions<TReadResponse, TId = string> {
        get(ids: TId[]): PromisableArray<TReadResponse>;
        next(options?: NextOptions<TId>): PromisableArray<TReadResponse>;
    }

    Type Parameters

    • TReadResponse
    • TId = string

    Hierarchy (View Summary)

    Index

    Methods

    Methods