fix: don't add class method to interface
This commit is contained in:
@ -47,6 +47,4 @@ 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