mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add free AI credits CTA (#12365)
This commit is contained in:
@@ -364,6 +364,7 @@ export interface ICredentialsResponse extends ICredentialsEncrypted {
|
||||
currentUserHasAccess?: boolean;
|
||||
scopes?: Scope[];
|
||||
ownedBy?: Pick<IUserResponse, 'id' | 'firstName' | 'lastName' | 'email'>;
|
||||
isManaged: boolean;
|
||||
}
|
||||
|
||||
export interface ICredentialsBase {
|
||||
|
||||
Reference in New Issue
Block a user