mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { zfd } from "zod-form-data";
|
|
|
|
export const analyseOldmarrImportInputSchema = zfd.formData({
|
|
file: zfd.file(),
|
|
});
|