UNPKG

@studyportals/bestfit-api-fe-client

Version:
9 lines (8 loc) 575 B
import { IAdvisable } from './i-advisable.interface'; import { IAdvicePresentationDegree } from './i-advice-presentation-degree'; import { IAdvicePresentationTuition } from './i-advice-presentation-tuition'; import { IAdvicePresentation } from './i-advice-presentation'; import { IAdviceInsight } from './i-advice-insight'; import { IAdvice } from './i-advice.interface'; import { AdvicePresentation } from './i-advice.interface'; export { IAdviceInsight, IAdvice, IAdvicePresentation, IAdvicePresentationTuition, IAdvicePresentationDegree, AdvicePresentation, IAdvisable };