mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Prepare endpoint
This commit is contained in:
@@ -20,3 +20,7 @@ export const addTournamentSchema = z.object({
|
||||
country: z.string().min(1, { message: "FormValidation.required" }),
|
||||
}),
|
||||
});
|
||||
|
||||
export const fetchTournamentResultsSchema = z.object({
|
||||
url: z.string().url({ message: "FormValidation.url" }),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user