From 572691da1c068f7720f6114c3b5bb23a2d2093e6 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 9 Dec 2021 16:40:17 +0100 Subject: [PATCH] fix(types): Property 'All' is optional but undefined not allowed Resolves #69 --- types.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types.d.ts b/types.d.ts index 504aa22..7ae77d0 100644 --- a/types.d.ts +++ b/types.d.ts @@ -9,7 +9,6 @@ declare module '@segment/snippet' { interface LoadOptions { integrations?: { - All?: boolean [key: string]: boolean } }