/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldContextDefaultValueDate { /** * The default date in ISO format. Ignored if `useCurrent` is true. */ date?: string; type: string; /** * Whether to use the current date. */ useCurrent?: boolean; } //# sourceMappingURL=CustomFieldContextDefaultValueDate.d.ts.map