UNPKG

lightrail-client

Version:
5 lines (4 loc) 184 B
import { LightrailResponse } from "../LightrailResponse"; import { Currency } from "../../model/Currency"; export interface GetCurrencyResponse extends LightrailResponse<Currency> { }