Add missing file format model

This commit is contained in:
George Kalampokis 2024-01-02 09:52:03 +02:00
parent 63ffeabe62
commit e6278bff41
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
export class FileFormat {
format: string;
formatName: string;
icon: string;
}