@dxos/client
    Preparing search index...

    Interface SpaceArchive

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

    Hierarchy

    Index

    Properties

    contents: Uint8Array
    filename: string
    format?: number