MCPcopy Index your code
hub / github.com/massCodeIO/massCode / CurrencyRatesApiResponse

Interface CurrencyRatesApiResponse

src/main/currencyRates.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const CACHE_TTL = 1000 * 60 * 60
4
5interface CurrencyRatesApiResponse {
6 result?: string
7 rates?: Record<string, number>
8 time_last_update_unix?: number
9}
10
11export interface CurrencyRatesPayload {
12 rates: Record<string, number>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected