method ConfigService.listWorkerGroupsimport { ConfigService } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/services/ConfigService.ts"; listWorkerGroups(): CancelablePromise<Array<{ name: string; config: any; }>>list worker groups ReturnsCancelablePromise<Array<{ name: string; config: any; }>>any a list of worker group configs