Interface AppCategory

interface AppCategory {
    count: number;
    category: string;
}

Properties

Properties

count: number
category: string