Skip to content

Commit 9556997

Browse files
committed
Update API reports
1 parent 5862867 commit 9556997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/api-review/firestore-lite.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class AggregateField<T> {
2323
}
2424

2525
// @public
26-
export type AggregateFieldType = ReturnType<typeof count>;
26+
export type AggregateFieldType = AggregateField<number>;
2727

2828
// @public
2929
export class AggregateQuerySnapshot<T extends AggregateSpec> {

common/api-review/firestore.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class AggregateField<T> {
2323
}
2424

2525
// @public
26-
export type AggregateFieldType = ReturnType<typeof count>;
26+
export type AggregateFieldType = AggregateField<number>;
2727

2828
// @public
2929
export class AggregateQuerySnapshot<T extends AggregateSpec> {

0 commit comments

Comments
 (0)