Type alias DataAPIBlobLike

DataAPIBlobLike: DataAPIBlob | ArrayBuffer | Buffer | {
    $binary: string;
}

Represents any type that can be converted into a DataAPIBlob

Type declaration

  • $binary: string