UNPKG

ebay-api

Version:

eBay API for Node and Browser

8 lines (7 loc) 158 B
declare enum calls { getMostWatchedItems = 0, getRelatedCategoryItems = 1, getSimilarItems = 2, getVersion = 3 } export default calls;