igcv3 - v1.1.0
    Preparing search index...

    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