From 4afdd3bd645ae97989ffba541e7a440657660323 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 13 Jul 2023 16:08:41 +0200 Subject: [PATCH] chore(Notification): optional action click type --- src/runtime/types/notification.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/types/notification.d.ts b/src/runtime/types/notification.d.ts index 8ee8fec3..2717f4cd 100644 --- a/src/runtime/types/notification.d.ts +++ b/src/runtime/types/notification.d.ts @@ -3,7 +3,7 @@ import type { Button } from './button' import appConfig from '#build/app.config' export interface NotificationAction extends Partial