improve project controller typings
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
export type NewProjectDto = {
|
||||
name: string
|
||||
userId: number
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
export type UpdateProjectDto = {
|
||||
name: string
|
||||
name?: string
|
||||
}
|
||||
Reference in New Issue
Block a user