screeps-simple-api
    Preparing search index...

    Interface IConsole

    提交代码到控制台

    interface IConsole {
        error?: string;
        insertedCount: number;
        insertedIds: string[];
        ok?: number;
        ops: { _id: string; expression: string; shard: Shard; user: string }[];
        result: { n: number; ok: number };
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    error?: string
    insertedCount: number
    insertedIds: string[]
    ok?: number
    ops: { _id: string; expression: string; shard: Shard; user: string }[]
    result: { n: number; ok: number }