Skip to content
Snippets Groups Projects
Commit 98431446 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: lint error

parent 95e16399
No related branches found
No related tags found
No related merge requests found
import {AipFileFormat} from "@app/generated-api";
import {Tool} from "@deposit/models/tool.model";
export interface FileFormat extends AipFileFormat{
export interface FileFormat extends AipFileFormat {
tool?: Tool;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment