Skip to content

Commit

Permalink
feat(package): added the IAlert interface
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Aug 3, 2018
1 parent 60b36b5 commit 7aef0c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/auth/module/interfaces/ialert.interface.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export interface IAlert {
id: number;
type: string;
message: string;
}

0 comments on commit 7aef0c6

Please sign in to comment.