export interface ISkipLink { link: string; label: string; } export default ISkipLink;