import { DaybookItem } from './daybook-item'; export class Daybook { startDate: string; finishDate: string; body: DaybookItem[]; }