1 / 10typescript · easy
K로 추론되는 타입은?
type User = { id: number; name: string; email: string }
type K = keyof User