getting things going although need some minor backend changes for creating line just name tables and such
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export default class CreateLineRequest {
|
||||
constructor(public otherMemberIds: string[], public lineName?: string) {}
|
||||
}
|
||||
Reference in New Issue
Block a user