fix: use IAbstract to extend model interface
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import AbstractModel from './abstractModel'
|
||||
import AbstractModel, { type IAbstract } from './abstractModel'
|
||||
|
||||
export interface IFile extends AbstractModel {
|
||||
export interface IFile extends IAbstract {
|
||||
id: number
|
||||
mime: string
|
||||
name: string
|
||||
|
Reference in New Issue
Block a user