UNPKG

@tmlmobilidade/types

Version:
28 lines (27 loc) 797 B
import { z } from 'zod'; export declare const RawVehicleEventBaseSchema: z.ZodObject<{ _id: z.ZodString; agency_id: z.ZodString; created_at: z.ZodEffects<z.ZodNumber, import("@tmlmobilidade/go-types-shared").UnixTimestamp, number>; entity_id: z.ZodString; received_at: z.ZodEffects<z.ZodNumber, import("@tmlmobilidade/go-types-shared").UnixTimestamp, number>; version: z.ZodString; }, "strip", z.ZodTypeAny, { _id: string; created_at: number & { __brand: "UnixTimestamp"; }; agency_id: string; entity_id: string; received_at: number & { __brand: "UnixTimestamp"; }; version: string; }, { _id: string; created_at: number; agency_id: string; entity_id: string; received_at: number; version: string; }>;