FuzzyDateInput is a type representing a fuzzy date input. It includes the year, month, and day each having their own optional properties.
FuzzyDateInput
day is an optional number representing the day of the fuzzy date input.
day
month is an optional number representing the month of the fuzzy date input.
month
year is an optional number representing the year of the fuzzy date input.
year
FuzzyDateInput
is a type representing a fuzzy date input. It includes the year, month, and day each having their own optional properties.