Documentation - v0.0.0
Preparing search index...
@crisiscleanup/stacks.api
arcConfigSchema
Variable arcConfigSchema
Const
arcConfigSchema
:
ZodObject
<
{
github
:
ZodDefault
<
ZodObject
<
{
appId
:
ZodString
;
appInstallationId
:
ZodString
;
appPrivateKey
:
ZodString
;
}
,
"strip"
,
ZodTypeAny
,
{
appId
:
string
;
appInstallationId
:
string
;
appPrivateKey
:
string
}
,
{
appId
:
string
;
appInstallationId
:
string
;
appPrivateKey
:
string
}
,
>
,
>
;
images
:
ZodDefault
<
ZodRecord
<
ZodNativeEnum
<
typeof
ScaleSetContainer
>
,
ZodString
>
,
>
;
maxRunners
:
ZodDefault
<
ZodNullable
<
ZodNumber
>
>
;
minRunners
:
ZodDefault
<
ZodNullable
<
ZodNumber
>
>
;
}
,
"strip"
,
ZodTypeAny
,
{
github
:
{
appId
:
string
;
appInstallationId
:
string
;
appPrivateKey
:
string
;
}
;
images
:
Partial
<
Record
<
ScaleSetContainer
,
string
>
>
;
maxRunners
:
null
|
number
;
minRunners
:
null
|
number
;
}
,
{
github
?:
{
appId
:
string
;
appInstallationId
:
string
;
appPrivateKey
:
string
;
}
;
images
?:
Partial
<
Record
<
ScaleSetContainer
,
string
>
>
;
maxRunners
?:
null
|
number
;
minRunners
?:
null
|
number
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v0.0.0
Loading...