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