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 f801379 commit 03daa19Copy full SHA for 03daa19
docs/playground/ko/TypeScript/Type Primitives/Built-in Utility Types.ts
@@ -31,7 +31,7 @@ type StickerFromAPI = Readonly<Sticker>;
31
// KeysFrom의 프로퍼티 리스트를 사용하는 타입을 만들고
32
// Type의 값을 전달하세요.
33
34
-// List which keys come from:
+// 키로 사용할 리스트:
35
type NavigationPages = "home" | "stickers" | "about" | "contact";
36
37
// 각각의 ^에 대한 데이터의 형태가 필요합니다:
0 commit comments