export interface UrlPropertyValue {
    defaultUrl: string;
    msTeamsUrl?: string;
}
