UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

7 lines 237 B
import { TransactionFeeType } from '.'; export declare type CreateOrderResultType = { confirmationId: String; freeSpaceNew: Number; transactionFees: [TransactionFeeType]; }; //# sourceMappingURL=CreateOrderResultType.d.ts.map