Project

General

Profile

1
export interface JournalVerification {
2
  id: number;
3
  journalVerificationsName: string;
4
}
(27-27/50)