← 문제 목록
중급 TypeScript 50P

TypeScript 재귀 타입

type JSONValue = string | number | boolean | JSONValue[] | { [key: string]: JSONValue }의 특징은?

답변

로그인 후 제출하기
0명 풀이 · 정답률 0%