Typescript now supports partial types. The correct way to create a partial type is: type PartialUser = Partial<IUser>;.
確定! 回上一頁