Variable ConfigStoragePathsSchemaConst
ConfigStoragePathsSchema: ZodObject<
{
output: ZodString;
archive: ZodString;
allowedOutputDirs: ZodArray<ZodString, "many">;
},
"strip",
ZodTypeAny,
{ output: string; archive: string; allowedOutputDirs: string[] },
{ output: string; archive: string; allowedOutputDirs: string[] },
> = ...
Output and archive directory paths schema