Type alias ListListingsProps

ListListingsProps: {
    collections?: number[];
    user?: UserFilter;
    marketPlaces?: MarketplaceEnum[];
    limit?: number;
    cursor?: string | null;
}

Type declaration

  • Optional collections?: number[]
  • Optional user?: UserFilter
  • Optional marketPlaces?: MarketplaceEnum[]
  • Optional limit?: number
  • Optional cursor?: string | null