blob: 29f46d2ef100319caf543c0865752b2772ca4b3f [file] [log] [blame]
export interface Duration {
start: Date | string | number;
end: Date | string | number;
step: String;
}