jira.js
Guide
GitHub
Preparing search index...
cloud
IssueTypeSchemeSchema
Variable IssueTypeSchemeSchema
Const
IssueTypeSchemeSchema
:
ZodObject
<
{
defaultIssueTypeId
:
ZodOptional
<
ZodString
>
;
description
:
ZodOptional
<
ZodString
>
;
id
:
ZodString
;
isDefault
:
ZodOptional
<
ZodBoolean
>
;
name
:
ZodString
;
}
,
$loose
,
>
= ...
Details of an issue type scheme.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Details of an issue type scheme.