const data = getType(param).data as unknown as { a: string; };
axios.response.data타입이 string으로 고정되어 강제 형변환이 필요했음.