mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2026-06-21 12:03:18 +00:00
Add data class for Messaging control API
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
export class MessageControl {
|
||||||
|
command: string;
|
||||||
|
next_visibility?: boolean;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user