Docs

ListingStatus

type ListingStatus =
| "UNSET"
| "CREATED"
| "COMPLETED"
| "CANCELLED"
| "ACTIVE"
| "EXPIRED";