From 662e7541e529a99f41f331be6470a63b933a1bef Mon Sep 17 00:00:00 2001 From: sinclair Date: Wed, 4 Dec 2024 16:58:40 +0900 Subject: [PATCH] Fix Record Key mapping when using Import --- src/type/record/record.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type/record/record.ts b/src/type/record/record.ts index 0bfc01dc..8e7da825 100644 --- a/src/type/record/record.ts +++ b/src/type/record/record.ts @@ -234,7 +234,7 @@ export type TRecordOrObject = ( Key extends TString ? TFromStringKey : Key extends TAny ? TFromAnyKey : Key extends TNever ? TFromNeverKey : - Key + TNever ) // ------------------------------------------------------------------ // TRecordOrObject