import { XuyuCardInfo } from './card-info.xuyu.interface'; export interface XuyuQueryOpenCardInfoSingleResponse { /** 卡信息 */ info: XuyuCardInfo; }