Skip to content

Commit

Permalink
feat(package): added Link interface
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 23, 2018
1 parent a8d01e3 commit 72377a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/module/interfaces/ngx-linkifyjs.interface.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export interface Link {
type: string,
value: string,
href: string,
}

0 comments on commit 72377a2

Please sign in to comment.