Files
medreport_mrb2b/packages/features/accounts/src/schema/delete-personal-account.schema.ts
2025-06-08 16:18:30 +03:00

6 lines
110 B
TypeScript

import { z } from 'zod';
export const DeletePersonalAccountSchema = z.object({
otp: z.string().min(6),
});