比方:
interface Person{ name: string } const { p,pp } = { p: {name: "pony"}, pp: 1111111, };
可以单独给 p 定义类型吗?还是只能对整个{p,pp}定义类型