new lib version [CI SKIP]
This commit is contained in:
18
dist/models/GroupContact.d.ts
vendored
18
dist/models/GroupContact.d.ts
vendored
@@ -1,9 +1,9 @@
|
||||
export declare type GroupContact = {
|
||||
id: number;
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
address?: any;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
};
|
||||
export declare type GroupContact = {
|
||||
id: number;
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
address?: any;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user