chore(Notification): optional action click type

This commit is contained in:
Benjamin Canac
2023-07-13 16:08:41 +02:00
parent 05b8a22eec
commit 4afdd3bd64

View File

@@ -3,7 +3,7 @@ import type { Button } from './button'
import appConfig from '#build/app.config'
export interface NotificationAction extends Partial<Button> {
click: Function
click?: Function
}
export interface Notification {