Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Mar 13, 2024
1 parent 63b12f4 commit 87e6c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/types/src/modules/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export interface API_Notification {
headline: string;
subHeadline?: string | any;
};
// TODO: Remove DeprecatedIconType in 9.0
icon?: React.ReactNode | DeprecatedIconType;
onClear?: (options: OnClearOptions) => void;
}
Expand Down

0 comments on commit 87e6c29

Please sign in to comment.