method AppService.listHubAppsimport { AppService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/index.ts"; listHubApps(): CancelablePromise<{ apps?: Array<{ id: number; app_id: number; summary: string; apps: Array<string>; approved: boolean; votes: number; }>; }>list all hub apps ReturnsCancelablePromise<{ apps?: Array<{ id: number; app_id: number; summary: string; apps: Array<string>; approved: boolean; votes: number; }>; }>any hub apps list