/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldContextDefaultValueReadOnlyAsResponse { /** * The default text. The maximum length is 255 characters. */ text?: string; type: string; } //# sourceMappingURL=CustomFieldContextDefaultValueReadOnlyAsResponse.d.ts.map