export default interface Link { id?: string; text: string; destination: string; category: string; newTab: boolean; }