UNPKG

@convex-dev/geospatial

Version:
6 lines 196 B
import { v } from "convex/values"; export const interval = v.object({ startInclusive: v.optional(v.number()), endExclusive: v.optional(v.number()), }); //# sourceMappingURL=interval.js.map