getting things going although need some minor backend changes for creating line just name tables and such

This commit is contained in:
talksik
2022-05-05 06:57:22 -05:00
parent 699cc6c559
commit 2782fde1ba
8 changed files with 135 additions and 96 deletions
@@ -0,0 +1,3 @@
export default class CreateLineRequest {
constructor(public otherMemberIds: string[], public lineName?: string) {}
}