import { Discipline } from '../model/Discipline'; export interface DisciplinesClient { getAll(): Promise; getMyDisciplines(): Promise; }