export interface CustomFieldContextDefaultValueReadOnly { /** * The default text. The maximum length is 255 characters. */ text?: string; type: "readonly"; } //# sourceMappingURL=CustomFieldContextDefaultValueReadOnly.d.ts.map