Skip to content

Commit e829a89

Browse files
authored
🤖 Merge PR DefinitelyTyped#73351 [usercentrics-browser-ui] Add name to CategoryData by @Perdolique
1 parent 7eb661e commit e829a89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎types/usercentrics-browser-ui/api-interfaces.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,5 @@ export interface CategoryData {
193193
state: "ALL_DENIED" | "SOME_ACCEPTED" | "ALL_ACCEPTED";
194194
dps: Record<string, boolean> | null;
195195
hidden?: boolean;
196+
name: string;
196197
}

0 commit comments

Comments
 (0)