feat: add profiles session API
This commit is contained in:
10
dist/shared/dto/constructeur.dto.d.ts
vendored
Normal file
10
dist/shared/dto/constructeur.dto.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export declare class CreateConstructeurDto {
|
||||
name: string;
|
||||
email?: string;
|
||||
phone?: string;
|
||||
}
|
||||
export declare class UpdateConstructeurDto {
|
||||
name?: string;
|
||||
email?: string;
|
||||
phone?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user