UNPKG

iracing-api

Version:

Javascript client for iracing API

10 lines (9 loc) 290 B
import { z } from 'zod'; export declare const GetTimeAttackSeasonParamsSchema: z.ZodObject<{ seasonId: z.ZodNumber; }, "strip", z.ZodTypeAny, { seasonId: number; }, { seasonId: number; }>; export type GetTimeAttackSeasonParams = z.infer<typeof GetTimeAttackSeasonParamsSchema>;