feat(frontend): add typed API contract layer
Made-with: Cursor
This commit is contained in:
@@ -1 +1,3 @@
|
||||
export {};
|
||||
export type { CreateRacePayload, Race, RacesQuery, RaceStatus, UpdateRacePayload } from "./types";
|
||||
export { ApiError, getApiErrorMessage } from "./errors";
|
||||
export { getRaceById, getRaces, createRace, updateRace, deleteRace } from "./races";
|
||||
|
||||
Reference in New Issue
Block a user