mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(core): Add description to projects (#15611)
This commit is contained in:
@@ -294,6 +294,7 @@ export declare namespace ProjectRequest {
|
||||
name: string | undefined;
|
||||
icon: ProjectIcon | null;
|
||||
type: ProjectType;
|
||||
description: string | null;
|
||||
relations: ProjectRelationResponse[];
|
||||
scopes: Scope[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user