export default interface Service { id: string; heading: string; description: string; href: string; navEnabled: boolean; }