diff --git a/types/index.d.ts b/types/index.d.ts index 26bcbfea3..b24030da2 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -533,7 +533,7 @@ export type Admin = { resources: ResourceConfigQuery[] includeSynonyms: boolean }): Promise - alterConfigs(configs: { validateOnly: boolean; resources: IResourceConfig[] }): Promise + alterConfigs(configs: { validateOnly?: boolean; resources: IResourceConfig[] }): Promise listGroups(): Promise<{ groups: GroupOverview[] }> deleteGroups(groupIds: string[]): Promise describeGroups(groupIds: string[]): Promise