@z0mt3c/f1-telemetry-client
Version:
[](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml) [ • 320 B
TypeScript
export interface Tyre {
color: string;
name: string;
}
export interface Position {
short: 'RL' | 'RR' | 'FL' | 'FR';
long: string;
}
export declare const TYRES: Record<number, Tyre>;
export declare const VISUAL_TYRES: Record<number, Tyre>;
export declare const WHEEL_POSITIONS: Record<number, Position>;