mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
refactor(editor): Extract users api into rest-api-client package (no-changelog) (#18046)
This commit is contained in:
@@ -6,7 +6,7 @@ import { ROLE, type UsersList } from '@n8n/api-types';
|
||||
import { type UserAction } from '@n8n/design-system';
|
||||
import SettingsUsersActionsCell from '@/components/SettingsUsers/SettingsUsersActionsCell.vue';
|
||||
import { createComponentRenderer } from '@/__tests__/render';
|
||||
import type { IUser } from '@/Interface';
|
||||
import type { IUser } from '@n8n/rest-api-client/api/users';
|
||||
|
||||
const baseUser: UsersList['items'][number] = {
|
||||
id: '1',
|
||||
|
||||
Reference in New Issue
Block a user