Skip to content

Commit

Permalink
remove iabId from Vendor interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaix-didomi committed Feb 21, 2024
1 parent 00561a0 commit d4a3046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DidomiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export enum DidomiEventType {

export interface Vendor {
id: string;
iabId: string
name: string;
namespaces: VendorNamespaces;
policyUrl: string;
Expand Down

0 comments on commit d4a3046

Please sign in to comment.