FuzzyDateMappings: {
    day: string;
    month: string;
    year: string;
} = ...

FuzzyDateMappings is a constant that maps the FuzzyDateInput fields to their expected types. The year, month, and day fields are mapped to 'number'.

Type declaration

  • day: string
  • month: string
  • year: string