@refinio/one.ui
    Preparing search index...
    type BLOBType = {
        blob: string;
        hash: SHA256Hash<BLOB>;
        length: number;
        type: "BLOB";
    }
    Index

    Properties

    Properties

    blob: string
    hash: SHA256Hash<BLOB>
    length: number
    type: "BLOB"