cleaning bunch of models, services, and routes for new line stuff
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Line } from "../models/line.model";
|
||||
|
||||
export default class GetUserLinesResponse {
|
||||
constructor(public lines: Line[]) {}
|
||||
}
|
||||
Reference in New Issue
Block a user