mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 07:56:02 +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;
|
icon?: IconProp;
|
||||||
iconColor?: string;
|
iconColor?: string;
|
||||||
position?: ToastPosition | 'top' | 'bottom';
|
position?: ToastPosition | 'top' | 'bottom';
|
||||||
id?: number;
|
id?: number | string;
|
||||||
type?: string;
|
type?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user