Filtering the producer in the frontend
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / interfaces / ei.jobs.ts
index 4ead13f..29c2a8b 100644 (file)
 
 // Models of data used by the EI Coordinator
 
-export interface EIJobBis {
-  eiTypeId: string;
-  jobResultUri: string;
-  jobOwner: string;
-  jobStatusNotificationUri: string;
-  jobDefinition: any;
-}
-
 export interface EIJob {
   ei_job_identity: string;
   ei_job_data: any;