@karmaniverous/get-dotenv
GitHub
Preparing search index...
plugins/batch/types
batchPluginConfigSchema
Variable batchPluginConfigSchema
Const
batchPluginConfigSchema
:
z
.
ZodObject
<
{
globs
:
z
.
ZodOptional
<
z
.
ZodString
>
;
pkgCwd
:
z
.
ZodOptional
<
z
.
ZodBoolean
>
;
rootPath
:
z
.
ZodOptional
<
z
.
ZodString
>
;
scripts
:
z
.
ZodOptional
<
z
.
ZodRecord
<
z
.
ZodString
,
z
.
ZodUnion
<
readonly
[
z
.
ZodString
,
z
.
ZodObject
<
{
cmd
:
z
.
ZodString
;
shell
:
z
.
ZodOptional
<
z
.
ZodUnion
<
readonly
[
(...)
,
(...)
]
>
>
;
}
,
$strip
,
>
,
]
,
>
,
>
,
>
;
shell
:
z
.
ZodOptional
<
z
.
ZodUnion
<
readonly
[
z
.
ZodString
,
z
.
ZodBoolean
]
>
>
;
}
,
$strip
,
>
= ...
Zod schema for batch plugin configuration.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@karmaniverous/get-dotenv
Loading...
Zod schema for batch plugin configuration.