data.d.ts 75 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1
export interface ITag {
陈帅's avatar
陈帅 committed
2 3 4 5
  name: string;
  value: string;
  type: string;
}