import type { PrimaryTradingResponseDto } from './PrimaryTradingResponseDto'; export type PrimaryTradingResponseListDto = { list: Array; };