import { GuidValue } from "@omnia/fx-models"; export interface DigitalSignageSettingsBase { id: GuidValue; title: string; }