Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateItemParams

Hierarchy

  • CreateItemParams

Index

Properties

additionalInfo?: {}

The additional information of the item.

Type declaration

  • [key: string]: any
appId: string

The ID of the app.

description: string

The description of the item.

image?: string

The image of the item.

name: string
quantity: number

The quantity of the item.

subtype: string

The subtype of the item. The combination of type, subtype, and value is unique.

type: string

The type of the item. The combination of type, subtype, and value is unique.

value: string

The value of the item. The combination of type, subtype, and value is unique.

Generated using TypeDoc