UNPKG

@parifi/sdk

Version:

Parifi SDK with common utility functions

5 lines (3 loc) 174 B
declare const fetchAllMarketsDataQuery: string; declare const fetchMarketByIdQuery: (marketId: string) => string; export { fetchAllMarketsDataQuery, fetchMarketByIdQuery };