interface - Does typescript support subset type? Let's say I have an interface: interface IUser { email: string; id: number; phone: string; };.
確定! 回上一頁