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-advisable.interface.d.ts
5 lines
(4 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
export interface IAdvisable<Requirement, Qualification> {
getQualification
(): Qualification | undefined;
getRequirement
(): Requirement | undefined; }