mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat: Add workflow sharing telemetry (#4906)
* feat: Add workflow sharing telemetry * chore: fix linting issue * fix: fix telemetry typo
This commit is contained in:
@@ -953,6 +953,8 @@ export interface IUsedCredential {
|
||||
name: string;
|
||||
credentialType: string;
|
||||
currentUserHasAccess: boolean;
|
||||
ownedBy: Partial<IUser>;
|
||||
sharedWith: Array<Partial<IUser>>;
|
||||
}
|
||||
|
||||
export interface WorkflowsState {
|
||||
|
||||
Reference in New Issue
Block a user