/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
2022-12-24 13:12
Taesung Lee
[ts] utility type
1. keyof
interface User {
id: number;
name: string;
age: number;
gender: "m" | "f";
}
type UserKey = keyof User;...
더보기
2taesung.log
0
0
0
댓글
댓글 달기
About
Badge
Contact
Activity
Terms of service
Privacy Policy