@finos/perspective
    Preparing search index...

    Type Alias ApiResponse

    type ApiResponse = {
        client_id: number;
        data: Uint8Array;
    }
    Index

    Properties

    Properties

    client_id: number
    data: Uint8Array