We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86546a6 commit 34b0221Copy full SHA for 34b0221
src/types.ts
@@ -3,7 +3,7 @@ export interface NotificationsOptions {
3
id?: number;
4
title?: string;
5
text?: string;
6
- type?: string;
+ type?: "warn" | "success" | "error";
7
group?: string;
8
duration?: number;
9
speed?: number;
0 commit comments