eaeae328496e4149074193e336736ef8d4bea9b4
- buildZodSchema derives z.object() from BACKEND_REGISTRY field definitions - required fields map to z.string().min(1, label) — optional to z.string().optional() - BACKEND_SCHEMAS exported with entries for azureblob, s3, s3-compatible - BackendFormValues<T> utility type infers TypeScript type from schema - No hardcoded field names — all shapes derived from registry loop - All 8 tests in index.test.ts pass (GREEN)
Description
No description provided
1 MiB
Languages
TypeScript
96.8%
CSS
1.6%
Dockerfile
0.6%
Shell
0.5%
HTML
0.5%