generated at
Partial<R>

定義
ts
type Partial<R> = { [P in keyof R]?: R[P]; };