Skip to content
Snippets Groups Projects
Commit b78ee5ff authored by michael.minelli's avatar michael.minelli
Browse files

Add ExerciceEnonce model

parent b04aa672
No related branches found
No related tags found
No related merge requests found
import EnonceFile from '../../shared/types/Dojo/EnonceFile';
import Enonce from './Enonce';
import GitlabFile from '../../shared/types/Gitlab/GitlabFile';
interface ExerciceEnonce {
enonce: Enonce;
enonceFile: EnonceFile;
immutable: Array<GitlabFile>;
}
export default ExerciceEnonce;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment