TripImportantDate: {
    date: Date;
    isSimpleDate: boolean;
    key: ImportantDateKey;
    tripId: string;
    tripName: string;
}

Type declaration

  • date: Date
  • isSimpleDate: boolean
  • key: ImportantDateKey
  • tripId: string
  • tripName: string