@@ -4,12 +4,20 @@ import {
|
||||
IsString
|
||||
} from "class-validator";
|
||||
import { RunnerOrganization } from '../entities/RunnerOrganization';
|
||||
import { ResponseObjectType } from '../enums/ResponseObjectType';
|
||||
import { IResponse } from './IResponse';
|
||||
|
||||
/**
|
||||
* Defines the org stats response.
|
||||
* This differs from the normal org responce.
|
||||
*/
|
||||
export class ResponseStatsOrgnisation {
|
||||
export class ResponseStatsOrgnisation implements IResponse {
|
||||
/**
|
||||
* The responseType.
|
||||
* This contains the type of class/entity this response contains.
|
||||
*/
|
||||
responseType: ResponseObjectType = ResponseObjectType.STATSORGANIZATION;
|
||||
|
||||
/**
|
||||
* The orgs's id.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user