mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(editor): Migrate users.store to composition API (no-changelog) (#9960)
This commit is contained in:
@@ -1376,13 +1376,6 @@ export interface IVersionsState {
|
||||
currentVersion: IVersion | undefined;
|
||||
}
|
||||
|
||||
export interface IUsersState {
|
||||
initialized: boolean;
|
||||
currentUserId: null | string;
|
||||
users: { [userId: string]: IUser };
|
||||
currentUserCloudInfo: Cloud.UserAccount | null;
|
||||
}
|
||||
|
||||
export interface IWorkflowsState {
|
||||
currentWorkflowExecutions: ExecutionSummary[];
|
||||
activeWorkflowExecution: ExecutionSummary | null;
|
||||
|
||||
Reference in New Issue
Block a user