UNPKG

@timescaledb/schemas

Version:

This package contains Zod schemas and types for all TimescaleDB objects.

10 lines (9 loc) 245 B
import { z } from 'zod'; export declare const ByRangeSchema: z.ZodObject<{ column_name: z.ZodString; }, "strip", z.ZodTypeAny, { column_name: string; }, { column_name: string; }>; export type ByRange = z.infer<typeof ByRangeSchema>;