Interface MoveTreeChatLine

interface MoveTreeChatLine {
    body: MoveTreeChatLineBody;
    username: string;
}

Properties

Properties

username: string