refactor: drawers refactored
This commit is contained in:
@ -9,6 +9,7 @@ export const zBoardSchema = z.object({
|
||||
id: z.int(),
|
||||
name: z.string(),
|
||||
lexorank: z.string(),
|
||||
projectId: z.int(),
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user