We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IAlert
1 parent 60b36b5 commit 7aef0c6Copy full SHA for 7aef0c6
src/auth/module/interfaces/ialert.interface.ts
@@ -0,0 +1,5 @@
1
+export interface IAlert {
2
+ id: number;
3
+ type: string;
4
+ message: string;
5
+}
0 commit comments