export interface KA20007Param { inds_cd: string; base_dt: string; } interface IndsStkPoleQry { cur_prc: string; trde_qty: string; dt: string; open_pric: string; high_pric: string; low_pric: string; trde_prica: string; } export interface KA20007Response { inds_cd: string; inds_stk_pole_qry: IndsStkPoleQry[]; return_code: number; return_msg: string; } export {}; //# sourceMappingURL=ka20007.d.ts.map