screeps-api
    Preparing search index...

    Interface UserDecorationThemesResponse

    GET /api/user/decorations/themes response

    interface UserDecorationThemesResponse {
        list: {
            __v: number;
            _id: string;
            color: string;
            createdAt: string;
            name: string;
            updatedAt: string;
        }[];
        ok: 1;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    list: {
        __v: number;
        _id: string;
        color: string;
        createdAt: string;
        name: string;
        updatedAt: string;
    }[]

    Type Declaration

    • __v: number

      Appears to always be 0

    • _id: string
    • color: string

      Web color format

    • createdAt: string

      ISO 8601 timestamp

    • name: string
    • updatedAt: string

      ISO 8601 timestamp

    ok: 1

    An API success response always contains { ok: 1 }