Skip to content

Commit 7aef0c6

Browse files
committed
feat(package): added the IAlert interface
1 parent 60b36b5 commit 7aef0c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export interface IAlert {
2+
id: number;
3+
type: string;
4+
message: string;
5+
}

0 commit comments

Comments
 (0)