feat: extend mode interface from class instead from interface
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import AbstractModel from './abstractModel'
|
||||
|
||||
export interface IFile {
|
||||
export interface IFile extends AbstractModel {
|
||||
id: number
|
||||
mime: string
|
||||
name: string
|
||||
|
Reference in New Issue
Block a user