Skip to content

Commit ba50edc

Browse files
committed
WIP update doc dto creation
1 parent 96e6cea commit ba50edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/dto/NEW_DTO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { AbstractCustomFieldsDto } from '~/_common/abstracts/dto/abstract.custom
66
import { IsMongoId } from 'class-validator'
77

88
export class [NAME]CreateDto extends AbstractCustomFieldsDto {
9+
[FIELDS_HERE...]
910
}
1011

1112
export class [NAME]Dto extends [NAME]CreateDto {

0 commit comments

Comments
 (0)