🌈 搜索
📅  最后修改于: 2022-03-11 14:48:19.298000             🧑  作者: Mango
// global.d.ts declare interface IItem { id: number; title: string; description: string; completed: boolean; }