We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d283509 commit 9987b54Copy full SHA for 9987b54
docs/playground/ko/TypeScript/Meta-Types/Indexed Types.ts
@@ -27,7 +27,7 @@ interface Artwork {
27
// 응답을 변경할 때 ArtworkSearchResponse의 artworks 부분과
28
// Artwork가 동기화되지 않을 수 있습니다.
29
30
-// 이에 대한 수정사항은 JavaScript가 문자열을 통해
+// 이에 대한 해결책은 JavaScript가 문자열을 통해
31
// 프로퍼티에 접근하는 방법을 복제하는 색인 된 타입입니다.
32
33
type InferredArtwork = ArtworkSearchResponse["artists"][0]["artworks"][0];
0 commit comments