argos/dmp-frontend/src/app/core/model/external-reference/external-reference.ts

16 lines
317 B
TypeScript

export interface FetcherExternalReference {
id: string;
name: string;
pid: string;
pidTypeField: string;
uri: string;
description: string;
source: string;
count: string;
path: string;
host: string;
types: string;
firstName: string;
lastName: string;
tag: string;
}