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