@typed-discord/rest
Preparing search index...
types
GithubIssue
Interface GithubIssue
interface
GithubIssue
{
body
?:
string
|
null
;
html_url
:
string
;
id
:
number
;
number
:
number
;
pull_request
?:
unknown
;
title
:
string
;
user
:
GithubUser
;
}
Index
Properties
body?
html_
url
id
number
pull_
request?
title
user
Properties
Optional
body
body
?:
string
|
null
html_
url
html_url
:
string
id
id
:
number
number
number
:
number
Optional
pull_
request
pull_request
?:
unknown
title
title
:
string
user
user
:
GithubUser
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
html_
url
id
number
pull_
request
title
user
@typed-discord/rest
Loading...