Type alias ListHubAppsResponse

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

Type declaration

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