Options
All
  • Public
  • Public/Protected
  • All
Menu

Module constants/productStatus

Index

Variables

DELETED: "deleted" = 'deleted'

已刪除

INIT: "init" = 'init'

初始值

SELLING: "selling" = 'selling'

銷售中

SOLD: "sold" = 'sold'

已銷售過

default: { DELETED: string; INIT: string; SELLING: string; SOLD: string }

Type declaration

  • DELETED: string
  • INIT: string
  • SELLING: string
  • SOLD: string

Generated using TypeDoc