api ulangan
This commit is contained in:
6
src/features/reports/lib/form.ts
Normal file
6
src/features/reports/lib/form.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import z from "zod";
|
||||
|
||||
export const reportsForm = z.object({
|
||||
pharm_name: z.string().min(1, { message: "Majburiy maydon" }),
|
||||
amount: z.string().min(1, { message: "Majburiy maydon" }),
|
||||
});
|
||||
Reference in New Issue
Block a user