import type { InstrumentClosePriceResponse as _tinkoff_public_invest_api_contract_v1_InstrumentClosePriceResponse, InstrumentClosePriceResponse__Output as _tinkoff_public_invest_api_contract_v1_InstrumentClosePriceResponse__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentClosePriceResponse'; export interface GetClosePricesResponse { 'closePrices'?: (_tinkoff_public_invest_api_contract_v1_InstrumentClosePriceResponse)[]; } export interface GetClosePricesResponse__Output { 'closePrices': (_tinkoff_public_invest_api_contract_v1_InstrumentClosePriceResponse__Output)[]; }