getNextBookableDate(listing: SortableListing,holidays: Holiday[],): string | null
Get the next available booking date for a daily listing. More efficient than getAvailableDates()[0] — stops at first match. Returns null if no bookable dates are available.
listing: SortableListing
holidays: Holiday[]