import { DateType } from "../../other/etc.js"; //#region src/core/interfaces/vertices/properties/intervals.d.ts type Interval = { start: T; end: T; }; //#endregion export { Interval }; //# sourceMappingURL=intervals.d.ts.map