@@ -12,12 +12,19 @@ import {
|
||||
import { Address } from '../entities/Address';
|
||||
import { RunnerOrganization } from '../entities/RunnerOrganization';
|
||||
import { RunnerTeam } from '../entities/RunnerTeam';
|
||||
import { ResponseObjectType } from '../enums/ResponseObjectType';
|
||||
import { IResponse } from './IResponse';
|
||||
import { ResponseRunnerGroup } from './ResponseRunnerGroup';
|
||||
|
||||
/**
|
||||
* Defines the runnerOrganization response.
|
||||
*/
|
||||
export class ResponseRunnerOrganization extends ResponseRunnerGroup {
|
||||
export class ResponseRunnerOrganization extends ResponseRunnerGroup implements IResponse {
|
||||
/**
|
||||
* The responseType.
|
||||
* This contains the type of class/entity this response contains.
|
||||
*/
|
||||
responseType: ResponseObjectType = ResponseObjectType.RUNNERORGANIZATION;
|
||||
|
||||
/**
|
||||
* The runnerOrganization's address.
|
||||
|
||||
Reference in New Issue
Block a user