import { XuyuComboInfo } from './combo-info.xuyu.interface'; export interface XuyuQueryComboInfoResponse { /** 信息列表 */ infoList: XuyuComboInfo[]; }