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

    Interface AllArchivist<TReadResponse>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Methods

    Methods