feat: migrate kanban card to script setup
This commit is contained in:
@ -47,4 +47,6 @@ export interface ITask extends IAbstract {
|
||||
|
||||
listId: IList['id'] // Meta, only used when creating a new task
|
||||
bucketId: IBucket['id']
|
||||
|
||||
getHexColor(): string
|
||||
}
|
Reference in New Issue
Block a user