export namespace IServices { export interface Service { title: string; descriptionPrimary: string; descriptionSecondary: string; url: string; image: { png: string; webp: string; }; } }