import { MarketResDto } from './marketResDto'; export interface MarketListResDto { marketList: MarketResDto[]; }