From 1f82396ec54fd0d0228227e4c4924c4c5830e036 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 8 Jun 2020 21:40:25 -0600 Subject: [PATCH] Remove unused type --- src/utils/enums.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/enums.ts b/src/utils/enums.ts index 42abaa0269..79656d7675 100644 --- a/src/utils/enums.ts +++ b/src/utils/enums.ts @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -export type EnumValue = string | number; - /** * Get the values for an enum. * @param e The enum.