Skip to content

Commit

Permalink
Add missing declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3165 committed Apr 12, 2017
1 parent 86e8409 commit c39417a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/danger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export interface GitCommit {
tree: any,
/** SHAs for the commit's parents */
parents?: string[],
/** Link to the commit */
url: string
}

/** An author of a commit */
Expand Down

0 comments on commit c39417a

Please sign in to comment.