feat: extend mode interface from class instead from interface
This commit is contained in:
parent
80eaf38090
commit
a6b96f857d
33 changed files with 40 additions and 41 deletions
|
|
@ -2,7 +2,7 @@ import AbstractModel from './abstractModel'
|
|||
import {RIGHTS, type Right} from '@/models/constants/rights'
|
||||
import type { ITeam } from './team'
|
||||
|
||||
export interface ITeamShareBase {
|
||||
export interface ITeamShareBase extends AbstractModel {
|
||||
teamId: ITeam['id']
|
||||
right: Right
|
||||
|
||||
|
|
|
|||
Reference in a new issue