Skip to content

Commit

Permalink
feat(typescript): add types of webhook definitions to use on other pr…
Browse files Browse the repository at this point in the history
…ojects (#78)
  • Loading branch information
oscard0m authored Mar 22, 2020
1 parent 1230203 commit 77c7cd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type WebhookDefinition = {
name: string,
actions: string[],
examples: object[]
}

0 comments on commit 77c7cd4

Please sign in to comment.