Frontend/TypeScript1 [Typescript] Binding element '~' implicitly has an 'any' type. 문제 발생 컴포넌트의 props에 대한 타입을 지정할 때 에러가 발생했다. return ( ~ ) // interface/main.ts export interface ReviewMainData { age: number; comments: number; content: string; endDate: string; gender: string; hashtags: string[]; hits: number; image: string; likes: number; nationName: string; regDateTime: string; regionName: string; reviewId: number; startDate: string; title: string; useProfileUrl: string; usernam.. 2024. 1. 1. 이전 1 다음