mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-27 15:50:11 +00:00
BETTERZON-121: Adding service functions for contact persons API (#68)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface ContactPerson {
|
||||
contact_person_id: number;
|
||||
first_name: string;
|
||||
last_name: string;
|
||||
gender: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
vendor_id: number;
|
||||
}
|
||||
Reference in New Issue
Block a user