Project

General

Profile

1 50169 argiro.kok
export class Publication {
2
  title: string;
3
  publisher: string;
4
  DOI: string;
5
  source: string;
6
  type: string;
7
}