feat: things are happening...
This commit is contained in:
@@ -9,4 +9,4 @@ export const UserSchema = z.object({
|
||||
|
||||
export const UserSchemaWithoutId = UserSchema.omit({ id: true });
|
||||
|
||||
export type UserModel = z.infer<typeof UserSchema>;
|
||||
export type UserModel = z.infer<typeof UserSchema>;
|
||||
|
||||
Reference in New Issue
Block a user