export interface KA20005Param { inds_cd: string; tic_scope: 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 KA20005Response { inds_cd: string; inds_dt_pole_qry: IndsDtPoleQry[]; return_code: number; return_msg: string; } export {}; //# sourceMappingURL=ka20005.d.ts.map