export interface ILink { itemId: string; codename: string; type: string; url_slug: string; }