|
|
@ -12,7 +12,7 @@ |
|
|
|
import { CollaborateurDTO } from './collaborateurDTO'; |
|
|
|
import { CollaborateurDTO } from './collaborateurDTO'; |
|
|
|
import { EpInformationDTO } from './epInformationDTO'; |
|
|
|
import { EpInformationDTO } from './epInformationDTO'; |
|
|
|
import { EtatDemande } from './etatDemande'; |
|
|
|
import { EtatDemande } from './etatDemande'; |
|
|
|
import { FormationDTO } from './formationDTO'; |
|
|
|
import { FormationDetailsDTO } from './formationDetailsDTO'; |
|
|
|
import { OrigineDemandeFormationDTO } from './origineDemandeFormationDTO'; |
|
|
|
import { OrigineDemandeFormationDTO } from './origineDemandeFormationDTO'; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -51,5 +51,5 @@ export interface DemandeFormationDTO { |
|
|
|
origine?: OrigineDemandeFormationDTO; |
|
|
|
origine?: OrigineDemandeFormationDTO; |
|
|
|
collaborateur?: CollaborateurDTO; |
|
|
|
collaborateur?: CollaborateurDTO; |
|
|
|
ep?: EpInformationDTO; |
|
|
|
ep?: EpInformationDTO; |
|
|
|
formation?: FormationDTO; |
|
|
|
formation?: FormationDetailsDTO; |
|
|
|
} |
|
|
|
} |