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