UNPKG

@convex-dev/geospatial

Version:
5 lines 580 B
import { type Infer } from "convex/values"; export declare const primitive: import("convex/values").VUnion<string | number | bigint | boolean | null, [import("convex/values").VString<string, "required">, import("convex/values").VFloat64<number, "required">, import("convex/values").VBoolean<boolean, "required">, import("convex/values").VNull<null, "required">, import("convex/values").VInt64<bigint, "required">], "required", never>; export type Primitive = Infer<typeof primitive>; export declare function toKey(value: Primitive): string; //# sourceMappingURL=primitive.d.ts.map