Skip to content

Commit

Permalink
Update index.d.ts (#270)
Browse files Browse the repository at this point in the history
Fix issue #269. ManageBuyOffer should extend BaseOptions and inherited property "source"
#269
  • Loading branch information
NovichikhinAlexey authored and abuiles committed Sep 9, 2019
1 parent bbb9aab commit 601f738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export namespace OperationOptions {
interface ManageSellOffer extends CreatePassiveSellOffer {
offerId?: number | string;
}
interface ManageBuyOffer {
interface ManageBuyOffer extends BaseOptions {
selling: Asset;
buying: Asset;
buyAmount: string;
Expand Down

0 comments on commit 601f738

Please sign in to comment.