Skip to content

Commit 1ed2deb

Browse files
dario-piotrowicztargos
authored andcommitted
typings: remove no longer valid revokeDataObject type
PR-URL: #58305 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 3b5d0e6 commit 1ed2deb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typings/internalBinding/blob.d.ts

Lines changed: 0 additions & 1 deletion
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
}

0 commit comments

Comments
 (0)