Skip to content

Commit

Permalink
isConsumable optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc authored Nov 23, 2020
1 parent 609cc1b commit 48f2fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddo/interfaces/BestPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export interface BestPrice {
type: 'pool' | 'exchange' | ''
address: string
value: number
isConsumable: 'true' | 'false' | ''
isConsumable?: 'true' | 'false' | ''
ocean?: number
datatoken?: number
pools: string[]
Expand Down

0 comments on commit 48f2fd4

Please sign in to comment.