mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(web/notifications): add string as type to id
This commit is contained in:
@@ -14,7 +14,7 @@ export interface CustomNotificationProps {
|
||||
icon?: IconProp;
|
||||
iconColor?: string;
|
||||
position?: ToastPosition | 'top' | 'bottom';
|
||||
id?: number;
|
||||
id?: number | string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user