UNPKG

wft-geodb-angular-client

Version:
5 lines (4 loc) 170 B
import { FindCollectionRequest } from './find-collection-request.model'; export interface FindCurrenciesRequest extends FindCollectionRequest { countryId?: string; }