export interface IProfileService {
    characteristics: any[];
    serviceId: string;
    serviceType: string;
}
