mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
update post_save signal receiver
This commit is contained in:
11
src-ui/src/app/data/paperless-task.ts
Normal file
11
src-ui/src/app/data/paperless-task.ts
Normal file
@@ -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