mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
Add "all" property to results
This commit is contained in:
parent
c59420581c
commit
f124e2a889
4 changed files with 80 additions and 13 deletions
|
|
@ -2,4 +2,6 @@ export interface Results<T> {
|
|||
count: number
|
||||
|
||||
results: T[]
|
||||
|
||||
all: number[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue