Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserItem

Hierarchy

  • Omit<Item, "quantityTotal" | "quantityOnSale">
    • UserItem

Index

Properties

appId: string
createdAt: number
description: string
image?: string
name: string
owners?: {}

Type declaration

  • [userId: string]: boolean
quantityBought: number
quantityRemaining: number
registrableQuantityOnStore: number
storeOnSale?: {}

Type declaration

  • [storeId: string]: number
subtype: string
type: string
updatedAt: number
value: string

Generated using TypeDoc