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,11 +0,0 @@
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { GroupContact } from './GroupContact';
export type ResponseRunnerGroup = {
id: number;
name: string;
contact?: GroupContact;
}