generated at
2/18/2025, 12:40:12 PM
Partial<R>
定義
ts
type Partial<R> = { [P in keyof R]?: R[P]; };