Represents a resource.

Hierarchy

  • Resource

Properties

author: {
    id: number;
    username: string;
}

Type declaration

  • id: number
  • username: string
current_version?: string
description: string
icon_link: string
id: number
native_minecraft_version?: string
premium: {
    currency: string;
    price: number;
}

Type declaration

  • currency: string
  • price: number
stats: {
    downloads: number;
    rating: number;
    reviews: {
        total: number;
        unique: number;
    };
    updates: number;
}

Type declaration

  • downloads: number
  • rating: number
  • reviews: {
        total: number;
        unique: number;
    }
    • total: number
    • unique: number
  • updates: number
supported_minecraft_versions: string[]
tag: string
title: string

Generated using TypeDoc