@databutton/firebase-types 1.59.9 → 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
|
|
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 {};
|