mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add support for project icons (#12349)
This commit is contained in:
committed by
GitHub
parent
7ea6c8b144
commit
9117718cc9
@@ -125,6 +125,7 @@ export interface IUser {
|
||||
export type ProjectSharingData = {
|
||||
id: string;
|
||||
name: string | null;
|
||||
icon: { type: 'emoji' | 'icon'; value: string } | null;
|
||||
type: 'personal' | 'team' | 'public';
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
|
||||
Reference in New Issue
Block a user