UNPKG

lightrail-client

Version:
7 lines (6 loc) 255 B
import { Currency } from "../../model/Currency"; import { LightrailResponse } from "../LightrailResponse"; export interface UpdateCurrencyParams extends Partial<Currency> { } export interface UpdateCurrencyResponse extends LightrailResponse<Currency> { }