UNPKG
@experteam-mx/ngx-services
Version:
latest (18.9.11)
legacy (16.2.0)
legacy-18.8 (18.8.6)
v18.8-legacy (18.8.8)
18.9.11
18.9.10
18.9.7
18.9.6
18.9.4
18.9.3
18.9.2
18.9.1
18.9.0
18.8.8
18.8.7
18.8.6
18.8.5
18.8.4
18.8.3
18.8.2
18.8.1
18.8.0
18.7.32
18.7.31
18.7.30
18.7.29
18.7.28
18.7.27
18.7.26
18.7.25
18.7.24
18.7.23
18.7.22
18.7.21
18.7.20
18.7.19
18.7.18
18.7.17
18.7.16
18.7.15
18.7.14
18.7.13
18.7.12
18.7.11
18.7.10
18.7.9
18.7.8
18.7.7
18.7.6
18.7.5
18.7.4
18.7.3
18.7.2
18.7.1
18.7.0
18.6.4
18.6.3
18.6.2
18.6.1
18.6.0
18.5.10
18.5.9
18.5.8
18.5.7
18.5.6
18.5.5
18.5.4
18.5.3
18.5.2
18.5.1
18.5.0
18.4.9
18.4.8
18.4.7
18.4.6
18.4.5
18.4.4
18.4.3
18.4.2
18.4.1
18.4.0
18.3.8
18.3.7
18.3.6
18.3.5
18.3.4
18.3.2
18.3.1
18.3.0
18.2.0
18.1.0
18.0.0
16.2.0
16.1.3
16.1.2
16.1.1
16.0.0
15.2.4
15.2.2
15.2.1
15.2.0
15.1.2
15.1.1
15.1.0
15.0.0
0.1.1
0.1.0
Angular common services for Experteam apps
@experteam-mx/ngx-services
/
lib
/
apis
/
models
/
api-billing-do.types.d.ts
6 lines
(5 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IncomeType
}
from
'./api-billing-do.interfaces'
;
export
type
IncomeTypesOut
= {
income_types
:
IncomeType
[];
total
:
number
; };