export interface Button { color?: any; founder: number; icon: string; memo: string; founderName: string; updateTime: string; label: string; updater: number; foundTime: string; bgColor?: any; name: string; updaterName: string; buttonId: string; style?: any; id: number; idx: number; event: string; isSys: number; }