Skip to content

Commit e22a295

Browse files
Rename Blob to Bytes (#3677)
1 parent da1c7df commit e22a295

File tree

17 files changed

+319
-340
lines changed

17 files changed

+319
-340
lines changed

packages/firestore/exp-types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export class Timestamp {
171171
valueOf(): string;
172172
}
173173

174-
export class Blob {
174+
export class Bytes {
175175
private constructor();
176176

177177
static fromBase64String(base64: string): Blob;

0 commit comments

Comments
 (0)