export interface IDeviceScreenBoard {
    backgroundColor: string;
    titleColor: string;
    color: string;
    backgroundUrl: string;
    menuId: string;
    id: string;
    time: number;
}
