mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Display of scraped elo results
This commit is contained in:
@@ -6,4 +6,6 @@ import type { AppRouter } from "@/app/server/appRouter";
|
||||
export type APIRouterInput = inferRouterInputs<AppRouter>;
|
||||
export type APIRouterOutput = inferRouterOutputs<AppRouter>;
|
||||
|
||||
export type TournamentResultsData = APIRouterOutput["fetchTournamentResults"];
|
||||
|
||||
export const trpc = createTRPCReact<AppRouter>();
|
||||
|
||||
Reference in New Issue
Block a user