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

10 lines
145 B
TypeScript

export interface LicenseModel {
id: string;
name: string;
abbreviation: string;
uri: string;
pid: string;
info: string;
source: string;
}