UNPKG

@tmlmobilidade/types

Version:
18 lines (17 loc) 375 B
import z from 'zod'; export declare const PositionSchema: z.ZodObject<{ geohash: z.ZodString; h3: z.ZodString; latitude: z.ZodNumber; longitude: z.ZodNumber; }, "strip", z.ZodTypeAny, { geohash: string; h3: string; latitude: number; longitude: number; }, { geohash: string; h3: string; latitude: number; longitude: number; }>;