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