interface DiagnosticsServiceTypeProps {
    services: DiagnosticsServiceData[];
    type: string;
}

Properties

Properties

type: string