Preparing search index...
The search index is not available
@booksakura/backlog-client-ts
@booksakura/backlog-client-ts
entities
watchingitems
WatchingItemIssue
Interface WatchingItemIssue
interface
WatchingItemIssue
{
created
:
string
;
id
:
number
;
issue
:
Issue
;
lastContentUpdated
:
string
;
note
:
null
|
string
;
resourceAlreadyRead
:
boolean
;
type
:
"issue"
;
updated
:
string
;
}
Index
Properties
created
id
issue
last
Content
Updated
note
resource
Already
Read
type
updated
Properties
Readonly
created
created
:
string
Readonly
id
id
:
number
Readonly
issue
issue
:
Issue
Readonly
last
Content
Updated
last
Content
Updated
:
string
Readonly
note
note
:
null
|
string
Readonly
resource
Already
Read
resource
Already
Read
:
boolean
Readonly
type
type
:
"issue"
Readonly
updated
updated
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
id
issue
last
Content
Updated
note
resource
Already
Read
type
updated
@booksakura/backlog-client-ts
Loading...