UNPKG

@parifi/sdk

Version:

Parifi SDK with common utility functions

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