adding zen provider
This commit is contained in:
@@ -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) {}
|
||||
}
|
||||
Reference in New Issue
Block a user