tinkoff-invest-api
Version:
Node.js SDK for Tinkoff Invest API
4 lines • 342 B
TypeScript
import { RealAccount } from './real.js';
export type OmitAccount<T> = Omit<T, 'accountId'>;
export type CommonAccountMethods = Pick<RealAccount, 'accountId' | 'api' | 'isSandbox' | 'getInfo' | 'getPortfolio' | 'getOperations' | 'getPositions' | 'getOrders' | 'getOrderState' | 'postOrder' | 'cancelOrder'>;
//# sourceMappingURL=types.d.ts.map