251122:1700 Phase 4
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { IsInt, IsNotEmpty } from 'class-validator';
|
||||
|
||||
export class AddReferenceDto {
|
||||
@IsInt()
|
||||
@IsNotEmpty()
|
||||
targetId!: number;
|
||||
}
|
||||
Reference in New Issue
Block a user