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

Enonce => Remove string possible values

parent c509bb05
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ interface Enonce {
name: string;
gitlabId: number;
gitlabLink: string;
gitlabCreationInfo: GitlabRepository | string;
gitlabLastInfo: GitlabRepository | string;
gitlabCreationInfo: GitlabRepository;
gitlabLastInfo: GitlabRepository;
gitlabLastInfoTs: number;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment