Let's say I have an interface:interface IUser { email: string; id: number; phone: string;}; Then I have a function that expects a subset (or complete match) ...
確定! 回上一頁