Revert "fix: improve ListModel typing"

This reverts commit 98b41a22c6.
This commit is contained in:
kolaente 2022-01-30 20:15:53 +01:00
parent ec65a37dcb
commit 8f04b10e08
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 16 deletions

View File

@ -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)