UNPKG

@parifi/sdk

Version:

Parifi SDK with common utility functions

6 lines (3 loc) 203 B
import { PythPriceResponse } from '../interfaces/subgraphTypes.js'; declare const mapPythPriceResponseToInterface: (response: any[]) => PythPriceResponse[]; export { mapPythPriceResponseToInterface };