UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

6 lines (5 loc) 191 B
import { z } from 'zod'; export declare const steeringWheelModuleStatusSchema: z.ZodObject<{ isLeftButtonPressed: z.ZodBoolean; isRightButtonPressed: z.ZodBoolean; }, z.core.$strip>;