UNPKG
@studyportals/bestfit-api-fe-client
Version:
beta (3.0.1-0)
latest (3.0.2)
3.0.2
3.0.1-0
3.0.0
3.0.0-0
2.0.0
2.0.0-4
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
github.com/studyportals/BestFit-API
studyportals/BestFit-API
@studyportals/bestfit-api-fe-client
/
src
/
interfaces
/
advice
/
i-advice-presentation-tuition.d.ts
10 lines
(9 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
IAdvicePresentationTuition
{
value
:
TuitionPresentation
|
null
; }
interface
TuitionPresentation
{
currency
:
string
;
amount
:
number
;
period
:
string
; }
export
{};