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