mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-17 23:27:59 +00:00
update post_save signal receiver
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
|
||||
export interface PaperlessTask extends ObjectWithId {
|
||||
acknowledged: boolean
|
||||
|
||||
task_id: string
|
||||
|
||||
name: string
|
||||
|
||||
created: Date
|
||||
}
|
||||
Reference in New Issue
Block a user