Reusable Components with props of union type array

后端 未结 0 859
隐瞒了意图╮
隐瞒了意图╮ 2020-12-11 10:36
type Employees = {
  id: number;
  name: string;
  username: string;
  email: string;
  address: any;
  phone: string;
};

type Inventories = {
  id: string;
  inven         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题