export interface LinkList { [key: string]: string; }