import type { SecondaryTradingViewResponseDto } from './SecondaryTradingViewResponseDto'; export type SecondaryTradingViewResponseListDto = { list: Array; };