UNPKG

@experteam-mx/ngx-services

Version:

Angular common services for Experteam apps

8 lines (7 loc) 267 B
import { ActiveLessSymfonyModel } from './api.models'; export interface InstallationCountryReferenceCurrency extends ActiveLessSymfonyModel { installationId?: number; countryReferenceCurrencyId: number; minCashValue?: number; maxCashValue?: number; }