export interface CustomFieldContextDefaultValueDateTimeAsResponse { /** * The default date-time in ISO format. Ignored if `useCurrent` is true. */ dateTime?: string; /** * Whether to use the current date. */ useCurrent?: boolean; type: "datetimepicker"; } //# sourceMappingURL=CustomFieldContextDefaultValueDateTimeAsResponse.d.ts.map