We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908d662 commit 7791618Copy full SHA for 7791618
1 file changed
types.ts
@@ -56,3 +56,6 @@ export interface TokenData {
56
cacheCreationTokens: number;
57
cacheReadTokens: number;
58
}
59
+
60
+export const CostModes = ["auto", "calculate", "display"] as const;
61
+export type CostMode = (typeof CostModes)[number];
0 commit comments