Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a7da3115 authored by ROSPARS Benoit's avatar ROSPARS Benoit
Browse files

Remove irrelevant EpocLibrary

parent 7bcf0f37
No related branches found
No related tags found
No related merge requests found
...@@ -19,12 +19,6 @@ export interface EpocMetadata { ...@@ -19,12 +19,6 @@ export interface EpocMetadata {
download: string; download: string;
} }
export interface EpocLibrary extends EpocMetadata {
downloading: boolean;
downloaded: boolean;
unzipping: boolean;
}
export interface Epoc extends EpocMetadata { export interface Epoc extends EpocMetadata {
certificateScore: number; certificateScore: number;
parameters: Parameters; parameters: Parameters;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment