import { LightrailResponse } from "../LightrailResponse";
import { Currency } from "../../model/Currency";
export interface GetCurrencyResponse extends LightrailResponse<Currency> {
}
