general code improvements

This commit is contained in:
João Geonizeli
2022-07-09 11:12:29 -03:00
parent e0dd6c2307
commit b94dd8ee9b
11 changed files with 69 additions and 35 deletions

View File

@@ -1,3 +1,4 @@
export type ProjectDto = {
id: number
name: string
}