Type Alias ListHubAppsResponse

ListHubAppsResponse: {
    apps?: {
        app_id: number;
        approved: boolean;
        apps: string[];
        id: number;
        summary: string;
        votes: number;
    }[];
}