parent
ec65a37dcb
commit
8f04b10e08
1 changed files with 0 additions and 16 deletions
|
@ -5,22 +5,6 @@ import {getSavedFilterIdFromListId} from '@/helpers/savedFilter'
|
||||||
import SubscriptionModel from '@/models/subscription'
|
import SubscriptionModel from '@/models/subscription'
|
||||||
|
|
||||||
export default class ListModel extends AbstractModel {
|
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) {
|
constructor(data) {
|
||||||
super(data)
|
super(data)
|
||||||
|
|
Loading…
Reference in a new issue