screeps-simple-api
    Preparing search index...

    Interface IMessage

    普通消息

    interface IMessage {
        _id: string;
        date: string;
        text: string;
        type: "in" | "out";
        unread: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _id: string
    date: string
    text: string
    type: "in" | "out"
    unread: boolean