fix: lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-10-27 23:18:59 +02:00
parent d28bbb7dc0
commit 98943377b8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const namespaceStore = useNamespaceStore()
const labelStore = useLabelStore()
const taskStore = useTaskStore()
type DoAction<Type = {}> = { type: ACTION_TYPE } & Type
type DoAction<Type = any> = { type: ACTION_TYPE } & Type
enum ACTION_TYPE {
CMD = 'cmd',