import { IndexedHoursInterface } from './IndexedHoursInterface';
export interface SpecialIndexInterface {
    [date: string]: IndexedHoursInterface;
}
