From e0cc5164fedc2379033f2552265a8770906d405c Mon Sep 17 00:00:00 2001 From: yangdan8 <361100314@qq.com> Date: Thu, 7 Jan 2021 12:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20upgrade=20typing=20(#11?= =?UTF-8?q?92)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interfaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces.ts b/src/interfaces.ts index 231b2fd..e7d31fe 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -14,7 +14,7 @@ declare global { } } -export type ObjectType = Record; +export type ObjectType = Record; export type Entry = | string