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