export interface IService { id: number; type: string; label: string; value: boolean; iconUrl?: string; }