import type { Instrument as _tinkoff_public_invest_api_contract_v1_Instrument, Instrument__Output as _tinkoff_public_invest_api_contract_v1_Instrument__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/Instrument'; export interface InstrumentResponse { 'instrument'?: (_tinkoff_public_invest_api_contract_v1_Instrument | null); } export interface InstrumentResponse__Output { 'instrument': (_tinkoff_public_invest_api_contract_v1_Instrument__Output | null); }