@dxos/client
    Preparing search index...

    Interface ExportSpaceRequest

    interface ExportSpaceRequest {
        format?: number;
        spaceId: string;
    }

    Hierarchy

    Index

    Properties

    Properties

    format?: number

    Archive format to produce. Defaults to BINARY.

    spaceId: string