interface IServiceCount {
    count: number;
    type: string;
}

Properties

Properties

count: number
type: string