@aracna/core - v1.5.0
    Preparing search index...

    Interface AracnaBlobJSON

    interface AracnaBlobJSON {
        id: string;
        size: number;
        type: string;
        uInt8Array: Uint8Array<ArrayBuffer>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    size: number
    type: string
    uInt8Array: Uint8Array<ArrayBuffer>