Skip to content

Commit

Permalink
Merge pull request #24 from blocknative/fix/update-types
Browse files Browse the repository at this point in the history
Update types to be consistent with Notify
  • Loading branch information
lnbc1QWFyb24 authored Oct 28, 2019
2 parents 32a0482 + e250c9e commit 632dc8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export interface NotificationObject {
type?: string
message?: string
autoDismiss?: number | boolean
autoDismiss?: number
onclick?: (event: any) => void
eventCode?: string
}

interface ContractObject {
Expand Down Expand Up @@ -36,7 +38,7 @@ export interface TransactionData {
startTime?: number
watchedAddress?: string
originalHash?: string
counterParty?: string
counterparty?: string
direction?: string
}

Expand Down

0 comments on commit 632dc8a

Please sign in to comment.