From 8901510332ef776278271f1cb75885404994f5c2 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Tue, 11 Jul 2023 01:41:37 +0200 Subject: [PATCH] Typo --- params/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/types.ts b/params/types.ts index ffa79d1..53a13e6 100644 --- a/params/types.ts +++ b/params/types.ts @@ -1,6 +1,6 @@ import type { AssertTrue as Assert, IsExact } from 'conditional-type-checks' -import type { +import { type ExtractTemplateParams, type TranslationFunction, count,