class ConfigServiceimport { ConfigService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/ConfigService.ts"; Static MethodsdeleteConfig(unnamed 0: { name: string; }): CancelablePromise<string>Delete Config getConfig(unnamed 0: { name: string; }): CancelablePromise<any>get config listAutoscalingEvents(unnamed 0: { workerGroup: string; }): CancelablePromise<Array<AutoscalingEvent>>List autoscaling events listConfigs(): CancelablePromise<Array<Config>>list configs listWorkerGroups(): CancelablePromise<Array<{ name: string; config: any; }>>list worker groups updateConfig(unnamed 0: { name: string; requestBody: any; }): CancelablePromise<string>Update config