🚚 create backup folder
create backup folder for archive the old modules
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import z from "zod";
|
||||
|
||||
export const assignRoleToUserSchema = z.object({
|
||||
userId: z.string(),
|
||||
roleId: z.string(),
|
||||
});
|
||||
Reference in New Issue
Block a user