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