@dxos/client
    Preparing search index...

    Interface CreateEpochRequest

    Defined in: file://./../../../dxos/client/services.proto

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

    Properties

    automergeRootUrl?: string

    For REPLACE_AUTOMERGE_ROOT migration.

    Options:

    • proto3_optional = true
    migration?: Migration

    Options:

    • proto3_optional = true
    spaceKey: PublicKey