add round creation
This commit is contained in:
parent
9cc0ac3089
commit
764d0c0526
25 changed files with 356 additions and 27 deletions
7
src/lib/components/rounds/create-schema.ts
Normal file
7
src/lib/components/rounds/create-schema.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import z from 'zod';
|
||||
|
||||
export const formSchema = z.object({
|
||||
scheduling_mode: z.nativeEnum(SchedulingMode)
|
||||
});
|
||||
|
||||
export type FormSchema = typeof formSchema;
|
Loading…
Add table
Add a link
Reference in a new issue