mimiq
    Preparing search index...

    Interface MessageAction

    interface MessageAction {
        kind: "message";
        text: string;
    }
    Index

    Properties

    Properties

    kind: "message"
    text: string