argos/dmp-frontend/src/app/core/model/service/service.ts

11 lines
159 B
TypeScript
Raw Normal View History

2019-01-18 18:03:45 +01:00
export interface ServiceModel {
id: String;
abbreviation: String;
definition: String;
uri: String;
label: String;
2019-01-18 18:03:45 +01:00
reference: String;
source: String;
2019-01-18 18:03:45 +01:00
}