philia
    Preparing search index...

    消息基类

    interface AMessage {
        data: { [key: string]: unknown };
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { [key: string]: unknown }

    消息数据

    type: string

    消息类型