interface TrackerCompany {
    count: number;
    displayName: string;
}

Properties

Properties

count: number
displayName: string