/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldContextDefaultValueForgeStringFieldAsResponse { /** * The ID of the context. */ contextId: string; /** * The default text. The maximum length is 254 characters. */ text?: string; type: string; } //# sourceMappingURL=CustomFieldContextDefaultValueForgeStringFieldAsResponse.d.ts.map