export interface KA20006Param { inds_cd: string; base_dt: string; } interface IndsDtPoleQry { cur_prc: string; trde_qty: string; dt: string; open_pric: string; high_pric: string; low_pric: string; trde_prica: string; } export interface KA20006Response { inds_cd: string; inds_dt_pole_qry: IndsDtPoleQry[]; return_code: number; return_msg: string; } export {}; //# sourceMappingURL=ka20006.d.ts.map