mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Forbid raw enums (no-changelog)
This commit is contained in:
@@ -1868,7 +1868,7 @@ export interface IConnectedNode {
|
||||
depth: number;
|
||||
}
|
||||
|
||||
export enum OAuth2GrantType {
|
||||
export const enum OAuth2GrantType {
|
||||
authorizationCode = 'authorizationCode',
|
||||
clientCredentials = 'clientCredentials',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user