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

10 lines
142 B
TypeScript

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