typings: remove no longer valid `revokeDataObject` type · nodejs/node@1ed2deb

Original file line numberDiff line numberDiff line change

@@ -15,5 +15,4 @@ export interface BlobBinding {

1515

FixedSizeBlobCopyJob: typeof InternalBlobBinding.FixedSizeBlobCopyJob;

1616

getDataObject(id: string): [handle: InternalBlobBinding.BlobHandle | undefined, length: number, type: string] | undefined;

1717

storeDataObject(id: string, handle: InternalBlobBinding.BlobHandle, size: number, type: string): void;

18-

revokeDataObject(id: string): void;

1918

}