Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdagg9 committed Jun 11, 2024
1 parent c9691a5 commit 7d1c3ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/services/admin/admin-schema.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { z } from "zod";

const ScanValidator = z.object({
eventId: z.string(),
qrCode: z.string(),
});

export { ScanValidator };

0 comments on commit 7d1c3ac

Please sign in to comment.