renamed to .d.ts
This commit is contained in:
parent
7b96e16666
commit
690991726b
5
types/notification.d.ts
vendored
Normal file
5
types/notification.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
declare interface INotification {
|
||||
level: 'warning' | 'error' | 'info' | 'success'
|
||||
title: string
|
||||
message: string
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user