interface ServiceTrackingParams {
    params: Param[];
    service: string;
}

Properties

Properties

params: Param[]
service: string