export interface KA50082Param { stk_cd: string; base_dt: string; upd_stkpc_tp: string; } interface GdsWeekChartQry { cur_prc: string; acc_trde_qty: string; acc_trde_prica: string; open_pric: string; high_pric: string; low_pric: string; dt: string; } export interface KA50082Response { gds_week_chart_qry: GdsWeekChartQry[]; return_code: number; return_msg: string; } export {}; //# sourceMappingURL=ka50082.d.ts.map