mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2026-08-07 04:43: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