cal.pub0.org/packages/trpc/server/routers/viewer/payments/chargeCard.schema.ts

8 lines
213 B
TypeScript

import type { z } from "zod";
import { ChargerCardSchema } from "./type";
export const ZChargerCardInputSchema = ChargerCardSchema;
export type TChargeCardInputSchema = z.infer<typeof ZChargerCardInputSchema>;