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

12 lines
174 B
TypeScript

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