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