mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 10:25:12 +00:00
Add data class for Messaging control API
This commit is contained in:
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;
|
||||||
|
}
|
Reference in New Issue
Block a user