UNPKG

@z0mt3c/f1-telemetry-client

Version:

[![Node.js CI](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml/badge.svg)](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml) [![NPM Release](https://img.shields.io/npm/v/@z0mt3c/f1-telemetry-client.sv

8 lines (7 loc) 250 B
export interface SessionTypes { short: string; long: string; type?: 'Q' | 'R' | 'FP' | 'TT'; } export declare const SESSION_TYPES: Record<number, SessionTypes>; export declare const SESSION_TYPES_UNTIL_2023: Record<number, SessionTypes>;