feat: add modelTypes
This commit is contained in:
parent
8416b1f448
commit
7d4ba6249e
91 changed files with 751 additions and 513 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import TeamShareBaseModel from './teamShareBase'
|
||||
import type { IList } from './list'
|
||||
|
||||
export interface ITeamList extends TeamShareBaseModel {
|
||||
listId: IList['id']
|
||||
}
|
||||
import type {ITeamList} from '@/modelTypes/ITeamList'
|
||||
import type {IList} from '@/modelTypes/IList'
|
||||
|
||||
export default class TeamListModel extends TeamShareBaseModel implements ITeamList {
|
||||
listId: IList['id'] = 0
|
||||
|
|
|
|||
Reference in a new issue