UNPKG

@convex-dev/geospatial

Version:
10 lines 495 B
import { Infer } from "convex/values"; export declare const interval: import("convex/values").VObject<{ startInclusive?: number | undefined; endExclusive?: number | undefined; }, { startInclusive: import("convex/values").VFloat64<number | undefined, "optional">; endExclusive: import("convex/values").VFloat64<number | undefined, "optional">; }, "required", "startInclusive" | "endExclusive">; export type Interval = Infer<typeof interval>; //# sourceMappingURL=interval.d.ts.map