new lib version [CI SKIP]

This commit is contained in:
2020-12-13 08:50:40 +00:00
parent f191d9b478
commit d47f2b633b
88 changed files with 0 additions and 1750 deletions

View File

@@ -1,13 +0,0 @@
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type GroupContact = {
id: number;
firstname: string;
middlename?: string;
lastname: string;
address?: any;
phone?: string;
email?: string;
}