🌈 搜索
📅  最后修改于: 2022-03-11 14:48:27.736000             🧑  作者: Mango
interface A { x: string } interface B extends Omit { x: number }