import { TimePeriodTypes } from ".";
export interface TimePeriodSettings {
    type: TimePeriodTypes;
    value: number;
}
