Add CreateFileTypeDto class to files.dto.ts
Introduced a new DTO class named CreateFileTypeDto in files.dto.ts for future implementations. The class currently has no properties defined, marked with a TODO comment for subsequent development.
This commit is contained in:
parent
055c48dbf9
commit
e7830095b3
@ -16,3 +16,7 @@ export class CreateFilesDto {
|
|||||||
@IsUUID()
|
@IsUUID()
|
||||||
groupId: string;
|
groupId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export class CreateFileTypeDto {
|
||||||
|
//TODO
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user