update items
This commit is contained in:
@@ -43,6 +43,8 @@ export const formSchema = z.object({
|
||||
|
||||
export type Schema = z.infer<typeof formSchema>
|
||||
|
||||
export type Enrollment = z.infer<typeof enrollment>
|
||||
|
||||
export type User = {
|
||||
id: string
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user