mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-11 21:38:56 +00:00
fix: types
This commit is contained in:
@@ -23,7 +23,7 @@ export const TaskArkTypeUpdate = type({
|
||||
'statusId?': 'number|null',
|
||||
'taskOrder?': 'number',
|
||||
'kanbanOrder?': 'number',
|
||||
'amount?': 'number|null',
|
||||
'amount?': 'string|null',
|
||||
'transactionType?': '1|0|null',
|
||||
'nodeGraphPosition?': 'object|null',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user