mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 23:41:55 +00:00
Add data class for Messaging control API
This commit is contained in:
parent
c329a71867
commit
caf14f49ed
4
src/app/messages/messagecontrol.ts
Normal file
4
src/app/messages/messagecontrol.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export class MessageControl {
|
||||||
|
command: string;
|
||||||
|
next_visibility?: boolean;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user