argos/dmp-frontend/src/app/core/model/file/file-format.model.ts

7 lines
116 B
TypeScript

export interface RepositoryFileFormat {
format: string;
hasLogo: boolean;
icon: string;
repositoryId: string;
}