improve project controller typings

This commit is contained in:
João Geonizeli
2022-07-10 14:33:56 -03:00
parent 3816bb852c
commit e3729ae4c0
11 changed files with 129 additions and 79 deletions

View File

@@ -0,0 +1,3 @@
export type NewTaskDto = {
description: string;
}