🚀New lib version v0.2.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
10
dist/models/UpdateGroupContact.d.ts
vendored
Normal file
10
dist/models/UpdateGroupContact.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export declare type UpdateGroupContact = {
|
||||
id: number;
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
address?: any;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
groups?: any;
|
||||
};
|
||||
Reference in New Issue
Block a user