import { WeekDays } from '../../libs/common/types/week-days.type'; export interface IFsDatePickerConfig { weekStartsOn?: WeekDays; }