new lib version [CI SKIP]
This commit is contained in:
14
dist/models/ResponseRunnerOrganisation.ts
vendored
Normal file
14
dist/models/ResponseRunnerOrganisation.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
import type { Address } from './Address';
|
||||
import type { GroupContact } from './GroupContact';
|
||||
|
||||
export type ResponseRunnerOrganisation = {
|
||||
address: Address;
|
||||
teams: Array<any>;
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: GroupContact;
|
||||
}
|
||||
Reference in New Issue
Block a user