Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayus7 committed Apr 2, 2024
1 parent 0c17b3a commit cc7c436
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/plugin-analytic-fb-pixel/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ declare global {
}

export interface PluginAnalyticFBPixelSettings {
fbPixel: {
id: string | null;
};
fbPixel: AnalyticFBPixelSettings;
}

declare module '@ima/core' {
Expand Down

0 comments on commit cc7c436

Please sign in to comment.