UNPKG

@crypto-dev/pasar-sdk-development

Version:
8 lines (7 loc) 233 B
declare enum ListType { FixedPrice = "FixedPrice", OnAuction = "OnAuction" } declare const getListTypes: () => ListType[]; declare const isOnAuction: (type: string) => boolean; export { ListType, getListTypes, isOnAuction };