new lib version [CI SKIP]
This commit is contained in:
13
dist/models/GroupContact.ts
vendored
Normal file
13
dist/models/GroupContact.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
export type GroupContact = {
|
||||
id: number;
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
address?: any;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user