explore-services/portal-2/src/app/utils/entities/publication.ts

8 lines
116 B
TypeScript

export class Publication {
title: string;
publisher: string;
DOI: string;
source: string;
type: string;
}