feat: improve models
This commit is contained in:
parent
61427987c2
commit
1a11b43ca8
95 changed files with 198 additions and 139 deletions
|
|
@ -68,7 +68,7 @@ import SavedFilterService from '@/services/savedFilter'
|
|||
|
||||
import {objectToSnakeCase} from '@/helpers/case'
|
||||
import {getSavedFilterIdFromListId} from '@/helpers/savedFilter'
|
||||
import type { IList } from '@/models/list'
|
||||
import type {IList} from '@/modelTypes/IList'
|
||||
|
||||
const {t} = useI18n({useScope: 'global'})
|
||||
|
||||
|
|
|
|||
Reference in a new issue