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

    Interface StashArchivist<TWriteResponse>

    interface StashArchivist<TWriteResponse extends Payload = Payload> {
        commit(): PromisableArray<WithStorageMeta<TWriteResponse>>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Methods

    Methods