cleaning a bunch and adding in the right handlers for sockets much cleaner
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { LineMemberState } from '../models/line.model';
|
||||
export default class UpdateLineMemberState {
|
||||
constructor(public newState: LineMemberState) {}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
import { ObjectId } from "mongodb";
|
||||
import { RelationshipState } from "../models/relationship.model";
|
||||
|
||||
export default class UpdateRelationshipStateRequest {
|
||||
constructor(
|
||||
public relationshipId: ObjectId,
|
||||
public newState: RelationshipState
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user