Files
hv2-all-in-one/ui/hv2-ui/src/app/ext-data-objects.ts

5 lines
48 B
TypeScript

export interface Saldo {
saldo: number
}