import PrayerTimes from './PrayerTimes'; export default class SunnahTimes { middleOfTheNight: Date; lastThirdOfTheNight: Date; constructor(prayerTimes: PrayerTimes); }