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.d.ts
4 lines
(3 loc)
•
67 B
TypeScript
View Raw
1
2
3
4
export
interface
IAdvicePresentation
{
value
:
string
|
null
; }