From bec41b8ada1f7056a8a7c203a8759f487c00263d Mon Sep 17 00:00:00 2001 From: Tom Davis Date: Mon, 23 Nov 2020 17:05:05 -0500 Subject: [PATCH] fix(types): export TypeNameIdentifierType Discovered after upgrading and a call to `sql.array()` was no longer possible without tricking the compiler with `... as unknown as SqlTokenType` --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 78ab693d..3343d315 100644 --- a/src/index.ts +++ b/src/index.ts @@ -30,6 +30,7 @@ export type { SqlTaggedTemplateType, SqlTokenType, TaggedTemplateLiteralInvocationType, + TypeNameIdentifierType, TypeParserType, UnnestSqlTokenType, ValueExpressionType,