Implemented the first route of the toResponse normalisationf for all classes
ref #67
This commit is contained in:
@@ -52,4 +52,11 @@ export class UserAction {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
changed: string;
|
||||
|
||||
/**
|
||||
* Turns this entity into it's response class.
|
||||
*/
|
||||
public toResponse() {
|
||||
return new Error("NotImplemented");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user