renamed to .d.ts

This commit is contained in:
Jeffrey Hsu 2024-12-02 17:23:08 +08:00
parent ab308a3f8b
commit 4f02af763a

View File

@ -1,5 +0,0 @@
declare interface INotification {
level: 'warning' | 'error' | 'info' | 'success'
title: string
message: string
}