UNPKG

@studyportals/bestfit-api-fe-client

Version:
10 lines (9 loc) 194 B
export interface IAdvicePresentationTuition { value: TuitionPresentation | null; } interface TuitionPresentation { currency: string; amount: number; period: string; } export {};