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 544ac45 commit f648696Copy full SHA for f648696
src/types.ts
@@ -203,5 +203,5 @@ export interface ToolCacheEntry {
203
tool: ToolEntry;
204
}
205
206
-// Utility type to get the union of values of an object type
+// Utility type to get a union of values from an object type
207
export type ActorPricingModel = (typeof ACTOR_PRICING_MODEL)[keyof typeof ACTOR_PRICING_MODEL];
0 commit comments