Newer
Older
IntegratedFront / src / components / buttonBox / buttonBox.ts
lyg on 1 Nov 65 bytes first
export interface IMenu {
  name: string // 名字
  id: string
}