Variables
Const DELETED
DELETED: "deleted" = 'deleted'
Const INIT
INIT: "init" = 'init'
Const SELLING
SELLING: "selling" = 'selling'
Const SOLD
SOLD: "sold" = 'sold'
default
default: { DELETED: string; INIT: string; SELLING: string; SOLD: string }
Type declaration
DELETED: string
INIT: string
SELLING: string
SOLD: string
已刪除