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