Skip to content

Commit f648696

Browse files
MQ37jirispilka
andauthored
Update src/types.ts
Co-authored-by: Jiří Spilka <[email protected]>
1 parent 544ac45 commit f648696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,5 @@ export interface ToolCacheEntry {
203203
tool: ToolEntry;
204204
}
205205

206-
// Utility type to get the union of values of an object type
206+
// Utility type to get a union of values from an object type
207207
export type ActorPricingModel = (typeof ACTOR_PRICING_MODEL)[keyof typeof ACTOR_PRICING_MODEL];

0 commit comments

Comments
 (0)