jira.js
Guide
GitHub
Preparing search index...
cloud
AutoCompleteSuggestionsSchema
Variable AutoCompleteSuggestionsSchema
Const
AutoCompleteSuggestionsSchema
:
ZodObject
<
{
results
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
displayName
:
ZodOptional
<
ZodString
>
;
value
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
,
>
,
>
;
}
,
$loose
,
>
= ...
The results from a JQL query.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
The results from a JQL query.