Variable ConditionTypeConst
ConditionType: {
Club: "Club";
Collectible: "Collectible";
New: "New";
Refurbished: "Refurbished";
Used: "Used";
} = ...
Type Declaration
-
ReadonlyClub: "Club"
-
ReadonlyCollectible: "Collectible"
-
ReadonlyNew: "New"
-
ReadonlyRefurbished: "Refurbished"
-
ReadonlyUsed: "Used"
Indicates the condition of the item. Possible values: New, Used, Collectible, Refurbished, Club.