File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2017 Google Inc.
3
+ * Copyright 2017 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
@@ -131,7 +131,7 @@ declare namespace firebase {
131
131
/**
132
132
* The raw arguments passed to the log call.
133
133
*/
134
- args : unknown [ ] ;
134
+ args : any [ ] ;
135
135
/**
136
136
* A string indicating the name of the package that made the log call,
137
137
* such as `@firebase/firestore`.
@@ -8091,10 +8091,10 @@ declare namespace firebase.firestore {
8091
8091
*/
8092
8092
isEqual ( other : Timestamp ) : boolean ;
8093
8093
8094
- /**
8095
- * Converts this object to a primitive string, which allows Timestamp objects to be compared
8096
- * using the `>`, `<=`, `>=` and `>` operators.
8097
- */
8094
+ /**
8095
+ * Converts this object to a primitive string, which allows Timestamp objects to be compared
8096
+ * using the `>`, `<=`, `>=` and `>` operators.
8097
+ */
8098
8098
valueOf ( ) : string ;
8099
8099
}
8100
8100
You can’t perform that action at this time.
0 commit comments