export interface Period { dateInit: Date | null; dateEnd: Date | null; period: boolean; }