autocomit
This commit is contained in:
@@ -29,6 +29,14 @@ export interface Contact {
|
|||||||
updatedAt: Date;
|
updatedAt: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface ContactResponse {
|
||||||
|
id: string;
|
||||||
|
contactRole: ContactRole;
|
||||||
|
persons: PersonInContact[];
|
||||||
|
createdAt: Date;
|
||||||
|
updatedAt: Date;
|
||||||
|
}
|
||||||
|
|
||||||
export interface CreatePersonRequest {
|
export interface CreatePersonRequest {
|
||||||
firstName: string;
|
firstName: string;
|
||||||
lastName: string;
|
lastName: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user