screeps-simple-api
    Preparing search index...

    Interface IDetailedMessage

    详细消息对象

    interface IDetailedMessage {
        _id: string;
        date: string;
        outMessage: string;
        respondent: string;
        text: string;
        type: "in" | "out";
        unread: boolean;
        user: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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