From cc7c43615dfb3741692ef0e1dbb00de0e0fe54d4 Mon Sep 17 00:00:00 2001 From: Rayus7 Date: Tue, 2 Apr 2024 12:31:21 +0200 Subject: [PATCH] fix type --- packages/plugin-analytic-fb-pixel/src/types.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/plugin-analytic-fb-pixel/src/types.ts b/packages/plugin-analytic-fb-pixel/src/types.ts index 26902382..e4d2f627 100644 --- a/packages/plugin-analytic-fb-pixel/src/types.ts +++ b/packages/plugin-analytic-fb-pixel/src/types.ts @@ -8,9 +8,7 @@ declare global { } export interface PluginAnalyticFBPixelSettings { - fbPixel: { - id: string | null; - }; + fbPixel: AnalyticFBPixelSettings; } declare module '@ima/core' {