mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
Fix: handle document notes user format api change (#5751)
This commit is contained in:
parent
907b6d1294
commit
d83bbdc50b
4 changed files with 41 additions and 14 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { ObjectWithId } from './object-with-id'
|
||||
import { User } from './user'
|
||||
|
||||
export interface DocumentNote extends ObjectWithId {
|
||||
created?: Date
|
||||
note?: string
|
||||
user?: number // User
|
||||
user?: User
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue