import { ImageContract } from './image.contract'; export interface UrlContract{ title?: string; url: string; id?: number; icon?: ImageContract; label?: string; droppable?: boolean; }