parent
d0df5dd641
commit
8bc01d3f24
@ -29,7 +29,7 @@ export class CreateGroupContact {
|
||||
lastname: string;
|
||||
|
||||
/**
|
||||
* The new contact's address's id.
|
||||
* The new contact's address.
|
||||
*/
|
||||
@IsOptional()
|
||||
@IsObject()
|
||||
|
@ -45,7 +45,7 @@ export abstract class CreateParticipant {
|
||||
email?: string;
|
||||
|
||||
/**
|
||||
* The new participant's address's id.
|
||||
* The new participant's address.
|
||||
*/
|
||||
@IsOptional()
|
||||
@IsObject()
|
||||
|
@ -8,7 +8,7 @@ import { CreateRunnerGroup } from './CreateRunnerGroup';
|
||||
*/
|
||||
export class CreateRunnerOrganisation extends CreateRunnerGroup {
|
||||
/**
|
||||
* The new organisation's address's id.
|
||||
* The new organisation's address.
|
||||
*/
|
||||
@IsOptional()
|
||||
@IsObject()
|
||||
|
@ -16,7 +16,7 @@ export class UpdateRunnerOrganisation extends CreateRunnerGroup {
|
||||
id: number;
|
||||
|
||||
/**
|
||||
* The updated organisation's address's id.
|
||||
* The updated organisation's address.
|
||||
*/
|
||||
@IsOptional()
|
||||
@IsObject()
|
||||
|
Loading…
x
Reference in New Issue
Block a user