@dxos/client
    Preparing search index...

    Interface CreateEpochRequest

    interface CreateEpochRequest {
        automergeRootUrl?: string;
        migration?: number;
        spaceKey: PublicKey;
    }

    Hierarchy

    Index

    Properties

    automergeRootUrl?: string

    For REPLACE_AUTOMERGE_ROOT migration.

    migration?: number
    spaceKey: PublicKey