/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldContextDefaultValueMultipleGroupPicker { /** * The ID of the context. */ contextId: string; /** * The IDs of the default groups. */ groupIds: Array; type: string; } //# sourceMappingURL=CustomFieldContextDefaultValueMultipleGroupPicker.d.ts.map