nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ScmIssue
Interface ScmIssue
SCM issue representation.
interface
ScmIssue
{
number
:
number
;
title
:
string
;
body
:
string
;
labels
:
readonly
string
[]
;
author
:
string
;
createdAt
:
string
;
}
Hierarchy (
View Summary
)
ScmIssue
ScmIssueDetail
Index
Properties
number
title
body
labels
author
created
At
Properties
Readonly
number
number
:
number
Readonly
title
title
:
string
Readonly
body
body
:
string
Readonly
labels
labels
:
readonly
string
[]
Readonly
author
author
:
string
Readonly
created
At
createdAt
:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
number
title
body
labels
author
created
At
GitHub
npm
nexus-agents - v2.80.0
Loading...
SCM issue representation.