Skip to content

Commit eb835d4

Browse files
committed
Update API reports
1 parent 5123984 commit eb835d4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

common/api-review/firestore.api.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -233,15 +233,6 @@ export function getFirestore(app?: FirebaseApp): Firestore;
233233
// @public
234234
export function increment(n: number): FieldValue;
235235

236-
// @public
237-
export interface IndexField {
238-
// (undocumented)
239-
[key: string]: unknown;
240-
readonly arrayConfig?: 'CONTAINS';
241-
readonly fieldPath: string;
242-
readonly order?: 'ASCENDING' | 'DESCENDING';
243-
}
244-
245236
// @public
246237
export function initializeFirestore(app: FirebaseApp, settings: FirestoreSettings): Firestore;
247238

0 commit comments

Comments
 (0)