export interface UrlField {
    Url: string;
    Description: string;
}
