( message: string, options?: AddNotificationOptions, )
| 193 | } |
| 194 | |
| 195 | export function showErrorNotification( |
| 196 | message: string, |
| 197 | options?: AddNotificationOptions, |
| 198 | ): number { |
| 199 | return addNotificationWithLevel(message, "error", options); |
| 200 | } |
no test coverage detected