feat: add validation for minimum length on various fields and update type definitions
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
*/
|
||||
|
||||
export interface TaskCommentCreate {
|
||||
/** @minLength 1 */
|
||||
message: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user