@dxos/client
    Preparing search index...

    Interface ExportSpaceResponse

    interface ExportSpaceResponse {
        archive: { contents: Uint8Array; filename: string; format?: number };
    }

    Hierarchy

    Index

    Properties

    Properties

    archive: { contents: Uint8Array; filename: string; format?: number }