@rgwch/mayan_edms-api
Preparing search index...
types
MayanResult
Type Alias MayanResult<T>
Result of various listXXX() API calls.
type
MayanResult
<
T
>
=
{
count
:
number
;
next
:
string
|
null
;
previous
:
string
|
null
;
results
:
T
[]
;
}
Type Parameters
T
Index
Properties
count
next
previous
results
Properties
count
count
:
number
next
next
:
string
|
null
previous
previous
:
string
|
null
results
results
:
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
next
previous
results
@rgwch/mayan_edms-api
Loading...
Result of various listXXX() API calls.