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

11 lines
159 B
TypeScript

export interface ServiceModel {
id: String;
abbreviation: String;
definition: String;
uri: String;
label: String;
reference: String;
source: String;
}