Skip to content

Commit

Permalink
Expose typeDef on Event via EventData
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Oct 31, 2018
1 parent 91c64f7 commit 35a7db5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/types/src/Event.ts
Expand Up @@ -116,4 +116,8 @@ export default class Event extends Struct {
get section (): string {
return this.data.section;
}

get typeDef (): Array<TypeDef> {
return this.data.typeDef;
}
}

0 comments on commit 35a7db5

Please sign in to comment.