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