From 71af02f7459dc812e85ac31365bfe23daf14b4e4 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 4 Apr 2019 10:16:43 -0700 Subject: [PATCH] Updated annoying 'globalTypes' list. --- src/harness/fourslash.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/harness/fourslash.ts b/src/harness/fourslash.ts index 089a2630dd8c6..9e117cdfd8fe9 100644 --- a/src/harness/fourslash.ts +++ b/src/harness/fourslash.ts @@ -4507,6 +4507,7 @@ namespace FourSlashInterface { typeEntry("Record"), typeEntry("Exclude"), typeEntry("Extract"), + typeEntry("Omit"), typeEntry("NonNullable"), typeEntry("Parameters"), typeEntry("ConstructorParameters"),