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

Models => Adapt date fields to string (in place of number)

parent 20b3dc60
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ interface Enonce { ...@@ -7,7 +7,7 @@ interface Enonce {
gitlabLink: string; gitlabLink: string;
gitlabCreationInfo: GitlabRepository; gitlabCreationInfo: GitlabRepository;
gitlabLastInfo: GitlabRepository; gitlabLastInfo: GitlabRepository;
gitlabLastInfoTs: number; gitlabLastInfoDate: string;
} }
......
...@@ -9,7 +9,7 @@ interface Exercice { ...@@ -9,7 +9,7 @@ interface Exercice {
gitlabLink: string; gitlabLink: string;
gitlabCreationInfo: GitlabRepository; gitlabCreationInfo: GitlabRepository;
gitlabLastInfo: GitlabRepository; gitlabLastInfo: GitlabRepository;
gitlabLastInfoTs: number; gitlabLastInfoDate: string;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment