export default interface IPeriodFilterConf {
    onlyFullyCovered?: boolean;
    cutPeriodsBeyondTheBoundary?: boolean;
}
