Revert "fix: improve ListModel typing"
This reverts commit 98b41a22c6824b069f4b1d7e7609e128ba13d240.
This commit is contained in:
parent
ec65a37dcb
commit
8f04b10e08
@ -5,22 +5,6 @@ import {getSavedFilterIdFromListId} from '@/helpers/savedFilter'
|
||||
import SubscriptionModel from '@/models/subscription'
|
||||
|
||||
export default class ListModel extends AbstractModel {
|
||||
id = 0
|
||||
title = ''
|
||||
description = ''
|
||||
owner = UserModel
|
||||
tasks = []
|
||||
namespaceId = 0
|
||||
isArchived = false
|
||||
hexColor = ''
|
||||
identifier = ''
|
||||
backgroundInformation = null
|
||||
isFavorite = false
|
||||
subscription = null
|
||||
position = 0
|
||||
|
||||
created = null
|
||||
updated = null
|
||||
|
||||
constructor(data) {
|
||||
super(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user