feat(lst): added in modules activation, roles and userRoles
This commit is contained in:
@@ -32,4 +32,4 @@ export const insertUsersSchema = createInsertSchema(users, {
|
||||
password: z.string().min(8, {message: "Password must be at least 8 characters"}),
|
||||
});
|
||||
// Schema for selecting a Expenses - can be used to validate API responses
|
||||
export const selectExpensesSchema = createSelectSchema(users);
|
||||
export const selectUsersSchema = createSelectSchema(users);
|
||||
|
||||
Reference in New Issue
Block a user