@roomy-chat/sdk
    Preparing search index...

    Type Alias ExportMode

    ExportMode:
        | { from?: VersionVector; mode: "update" }
        | { mode: "snapshot" }
        | { frontiers: Frontiers; mode: "shallow-snapshot" }
        | { mode: "updates-in-range"; spans: { id: OpId; len: number }[] }