This commit is contained in:
8
dist/models/ResponseRunnerTeam.d.ts
vendored
8
dist/models/ResponseRunnerTeam.d.ts
vendored
@@ -1,8 +0,0 @@
|
||||
import type { GroupContact } from './GroupContact';
|
||||
import type { RunnerOrganisation } from './RunnerOrganisation';
|
||||
export declare type ResponseRunnerTeam = {
|
||||
parentGroup: RunnerOrganisation;
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: GroupContact;
|
||||
};
|
||||
Reference in New Issue
Block a user