coldbydefault-portfolio
Preparing search index...
types/github
GitHubEvent
Interface GitHubEvent
interface
GitHubEvent
{
actor
:
GitHubUser
;
created_at
:
string
;
id
:
string
;
org
?:
GitHubUser
;
payload
:
GitHubEventPayload
;
public
:
boolean
;
repo
:
{
id
:
number
;
name
:
string
;
url
:
string
}
;
type
:
GitHubEventType
;
}
Index
Properties
actor
created_
at
id
org?
payload
public
repo
type
Properties
actor
actor
:
GitHubUser
created_
at
created_at
:
string
id
id
:
string
Optional
org
org
?:
GitHubUser
payload
payload
:
GitHubEventPayload
public
public
:
boolean
repo
repo
:
{
id
:
number
;
name
:
string
;
url
:
string
}
type
type
:
GitHubEventType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
created_
at
id
org
payload
public
repo
type
coldbydefault-portfolio
Loading...