Class Item

Constructors

Properties

Methods

Constructors

Properties

client: Client
color: string
description: string
image: string
name: string
price?: number

Methods

  • getUrl - Get the full URL of the item image.

    Returns string

  • use - Use the item.

    Returns Promise<string>