export interface Ferieuttak { id?: string; fom: Date; tom: Date; } export declare type FerieuttakFormValues = { fom?: string; tom?: string; };