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