adding zen provider

This commit is contained in:
talksik
2022-06-10 07:30:39 -05:00
parent 2ffd340d2f
commit 327581adaf
6 changed files with 41 additions and 31 deletions
@@ -1,3 +0,0 @@
export default class CreateLineRequest {
constructor(public otherMemberIds: string[], public lineName?: string) {}
}
@@ -1,4 +0,0 @@
import { LineMemberState } from '../models/line.model';
export default class UpdateLineMemberState {
constructor(public newState: LineMemberState) {}
}