diff --git a/lib/index.ts b/lib/index.ts index 02aa9d36..f41aab04 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,6 +1,6 @@ import type { GetTopVehicleStats, GetVehicleData } from 'common/vehicles'; -export type * from '../types'; +export type * from 'types'; export interface OxCommon { [key: string]: (...args: any[]) => any;