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