mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
fix(package/notify): add missing sound type (#664)
This commit is contained in:
@@ -26,6 +26,7 @@ interface NotifyProps {
|
|||||||
iconColor?: string;
|
iconColor?: string;
|
||||||
iconAnimation?: IconAnimation;
|
iconAnimation?: IconAnimation;
|
||||||
alignIcon?: 'top' | 'center';
|
alignIcon?: 'top' | 'center';
|
||||||
|
sound?: { bank?: string; set: string; name: string };
|
||||||
}
|
}
|
||||||
|
|
||||||
export const notify = (data: NotifyProps): void => exports.ox_lib.notify(data);
|
export const notify = (data: NotifyProps): void => exports.ox_lib.notify(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user