UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 193 B
export interface IDeviceScreenBoard { backgroundColor: string; titleColor: string; color: string; backgroundUrl: string; menuId: string; id: string; time: number; }