Change this type

This commit is contained in:
shamoon
2026-04-20 11:47:09 -07:00
parent 8fdd194f94
commit 4a837d3854
+2 -2
View File
@@ -45,8 +45,8 @@ export interface PaperlessTask extends ObjectWithId {
date_done?: Date
duration_seconds?: number
wait_time_seconds?: number
input_data: Record<string, unknown>
result_data?: Record<string, unknown>
input_data: Record<string, any>
result_data?: Record<string, any>
result_message?: string
related_document_ids: number[]
acknowledged: boolean