feat: extend mode interface from class instead from interface
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import AbstractModel, { type IAbstract } from './abstractModel'
|
||||
import AbstractModel from './abstractModel'
|
||||
import UserModel, { type IUser } from './user'
|
||||
import {RIGHTS, type Right} from '@/models/constants/rights'
|
||||
|
||||
export interface ILinkShare extends IAbstract {
|
||||
export interface ILinkShare extends AbstractModel {
|
||||
id: number
|
||||
hash: string
|
||||
right: Right
|
||||
|
Reference in New Issue
Block a user