Newer
Older
video-monitor-front / src / components / buttonBox / buttonBox.ts
liyaguang on 24 May 2023 65 bytes first
export interface IMenu {
  name: string // 名字
  id: string
}