Skip to content

Commit

Permalink
Fix Record Key mapping when using Import
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Dec 4, 2024
1 parent 08c845a commit 662e754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type/record/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export type TRecordOrObject<Key extends TSchema, Type extends TSchema> = (
Key extends TString ? TFromStringKey<Key, Type> :
Key extends TAny ? TFromAnyKey<Key, Type> :
Key extends TNever ? TFromNeverKey<Key, Type> :
Key
TNever
)
// ------------------------------------------------------------------
// TRecordOrObject
Expand Down

0 comments on commit 662e754

Please sign in to comment.