import type { SecondaryOrderHistoryDto } from './SecondaryOrderHistoryDto'; export type SecondaryOrderHistoryLimitListDto = { list: Array; total: number; limit: number; };