← 문제 목록
중급
TypeScript
50P
TypeScript 재귀 타입
type JSONValue = string | number | boolean | JSONValue[] | { [key: string]: JSONValue }의 특징은?
0명 풀이 · 정답률 0%