Skip to content

Commit

Permalink
refactor: userSchemaからexportを外す
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Apr 6, 2024
1 parent 095e372 commit d746669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/user/types/userSchema.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { z } from 'zod';

export const userSchema = z.object({
const userSchema = z.object({
uuid: z.string().uuid(),
name: z.string(),
role: z.enum(['ADMINISTRATOR', 'STANDARD_USER']),
Expand Down

0 comments on commit d746669

Please sign in to comment.