From 4406b99d410314228d50ed77badf31ce27534b4d Mon Sep 17 00:00:00 2001 From: Vio Date: Wed, 28 Oct 2020 15:18:21 +0100 Subject: [PATCH] fix: Rename exported type --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 1723472d5..e3b34e84a 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -16,7 +16,7 @@ declare namespace NodeJS { } interface ProcessEnv { - readonly PRODUCT_NAME: string; + readonly PRODUCT: string; readonly STORYBOOK: boolean; readonly SENTRY_CLIENT_DSN: string; }