Variable BatchConfigSchemaConst
BatchConfigSchema: ZodObject<
{
globs: ZodOptional<ZodString>;
pkgCwd: ZodOptional<ZodBoolean>;
rootPath: ZodOptional<ZodString>;
scripts: ZodOptional<
ZodRecord<
ZodString,
ZodUnion<
readonly [
ZodString,
ZodObject<
{
cmd: ZodString;
shell: ZodOptional<ZodUnion<readonly [(...), (...)]>>;
},
$strip,
>,
],
>,
>,
>;
shell: ZodOptional<ZodUnion<readonly [ZodString, ZodBoolean]>>;
},
$strip,
> = ...