UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

5 lines 384 B
import { z } from 'zod'; /** Base nexus entity - passthrough for API flexibility */ export declare const BaseNexusEntitySchema: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>; export type BaseNexusEntity = z.infer<typeof BaseNexusEntitySchema>; //# sourceMappingURL=common.d.ts.map