probot
Preparing search index...
types
State
Type Alias State
type
State
=
{
appId
?:
number
;
baseUrl
?:
string
;
cache
?:
LRUCache
<
number
,
string
>
;
githubToken
?:
string
;
host
?:
string
;
log
:
Logger
;
octokit
:
ProbotOctokit
;
Octokit
:
typeof
ProbotOctokit
;
port
?:
number
;
privateKey
?:
string
;
request
?:
RequestRequestOptions
;
webhookPath
:
string
;
webhooks
:
{
secret
?:
string
}
;
}
Index
Properties
app
Id?
base
Url?
cache?
github
Token?
host?
log
octokit
Octokit
port?
private
Key?
request?
webhook
Path
webhooks
Properties
Optional
app
Id
appId
?:
number
Optional
base
Url
baseUrl
?:
string
Optional
cache
cache
?:
LRUCache
<
number
,
string
>
Optional
github
Token
githubToken
?:
string
Optional
host
host
?:
string
log
log
:
Logger
octokit
octokit
:
ProbotOctokit
Octokit
Octokit
:
typeof
ProbotOctokit
Optional
port
port
?:
number
Optional
private
Key
privateKey
?:
string
Optional
request
request
?:
RequestRequestOptions
webhook
Path
webhookPath
:
string
webhooks
webhooks
:
{
secret
?:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
app
Id
base
Url
cache
github
Token
host
log
octokit
Octokit
port
private
Key
request
webhook
Path
webhooks
probot
Loading...