forked from Ynov/ptitspas-ynov-back
gestionnaire added
This commit is contained in:
parent
3308833a73
commit
247ab9ca90
@ -0,0 +1,4 @@
|
|||||||
|
import { OmitType } from "@nestjs/swagger";
|
||||||
|
import { CreateUserDto } from "./create_user.dto";
|
||||||
|
|
||||||
|
export class CreateGestionnaireDto extends OmitType(CreateUserDto, ['role'] as const) {}
|
||||||
Loading…
x
Reference in New Issue
Block a user