frontend/.pnpm-store/v3/files/6f/bdc7750d638b552a36a4ff757b9046e6447cf526c23386a700ee618a9637119c0e388c01003bfa77db23d5858e346b7a8e02248456b0b41163b0acb1827e91

5 lines
90 B
Plaintext

export type TrackLapTimeCantBeNegativeError = {
name: string;
message: string;
};