선 요약 : GPT랑 구글을 믿고 이용하는 건 좋은데 이것만 믿으면 큰일난다. 며칠동안 다양한 방법으로 혈압을 올리는 과정을 겪은 후, 타입 관련 문제를 해결했다. 우선 타입을 개별 스크립트로 분리 및 관리한다. . . . export interface GagAnswer { id: number; answer: string; } export interface GagBoxBackColor{ solved : boolean; } export interface GagDetailContent{ title:string; content:string; gagId:string; nextGagId:number | null; prevGagId:number | null; } export interface PostGagType{..