@databutton/firebase-types 1.59.10 → 1.59.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -959,7 +959,7 @@ export interface Domain {
959
959
  value: string;
960
960
  }[];
961
961
  }
962
- export type TokenUsageEntry = {
962
+ export interface TokenUsageEntry {
963
963
  userId: string;
964
964
  projectId: string;
965
965
  createdAt: Timestamp;
@@ -970,5 +970,5 @@ export type TokenUsageEntry = {
970
970
  };
971
971
  model: string;
972
972
  finishReason: string;
973
- };
973
+ }
974
974
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.59.10",
3
+ "version": "1.59.11",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {