Initial commit for the js version
This commit is contained in:
9
dist/models/ResponseRunnerOrganisation.d.ts
vendored
Normal file
9
dist/models/ResponseRunnerOrganisation.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Address } from './Address';
|
||||
import type { GroupContact } from './GroupContact';
|
||||
export declare type ResponseRunnerOrganisation = {
|
||||
address: Address;
|
||||
teams: Array<any>;
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: GroupContact;
|
||||
};
|
||||
Reference in New Issue
Block a user