Variable storageConst

storage: DirNode<ZodObject<{
    local: ZodRecord<ZodString, ZodRecord<ZodString, FileSchema<any>>>;
    remote: ZodRecord<ZodString, ZodRecord<ZodString, FileSchema<any>>>;
}, "strip", ZodTypeAny, {
    local: Record<string, Record<string, any>>;
    remote: Record<string, Record<string, any>>;
}, {
    local: Record<string, Record<string, any>>;
    remote: Record<string, Record<string, any>>;
}>> = ...

Generated using TypeDoc