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

10 lines
143 B
TypeScript

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