feat(editor): Add free AI credits CTA (#12365)

This commit is contained in:
Ricardo Espinoza
2024-12-30 07:35:49 -05:00
committed by GitHub
parent e26b406665
commit f8731963f6
15 changed files with 411 additions and 17 deletions

View File

@@ -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 {