export interface InternalLink {
    id: string;
    url: string;
    title: string;
    uniqueEnd?: string;
}
