UNPKG

@convex-dev/geospatial

Version:
20 lines 523 B
import { fc } from "@fast-check/vitest"; export declare const arbitraryDocument: fc.Arbitrary<{ key: string; sortKey: number; filterKeys: Record<string, string>; coordinates: { latitude: number; longitude: number; }; }>; export declare const arbitraryDocuments: fc.Arbitrary<{ key: string; sortKey: number; filterKeys: Record<string, string>; coordinates: { latitude: number; longitude: number; }; }[]>; //# sourceMappingURL=arbitrary.helpers.d.ts.map