Source Code
Preparing search index...
The search index is not available
@resolution/confluence-api-client
@resolution/confluence-api-client
index
UserPropertyKeyArray
Interface UserPropertyKeyArray
interface
UserPropertyKeyArray
{
_links
?:
GenericLinks
;
limit
?:
number
;
results
:
(
{
key
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
)
[]
;
size
?:
number
;
start
?:
number
;
}
Hierarchy
Record
<
string
,
unknown
>
UserPropertyKeyArray
Index
Properties
_links?
limit?
results
size?
start?
Properties
Optional
_links
_links
?:
GenericLinks
Optional
limit
limit
?:
number
results
results
:
(
{
key
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
)
[]
Optional
size
size
?:
number
Optional
start
start
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_links
limit
results
size
start
Source Code
@resolution/confluence-api-client
Loading...