mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Port 3 more controllers to use DTOs (no-changelog) (#12375)
This commit is contained in:
committed by
GitHub
parent
1d5e891a0d
commit
371a09de96
@@ -2840,13 +2840,6 @@ export interface SecretsHelpersBase {
|
||||
listSecrets(provider: string): string[];
|
||||
}
|
||||
|
||||
export type BannerName =
|
||||
| 'V1'
|
||||
| 'TRIAL_OVER'
|
||||
| 'TRIAL'
|
||||
| 'NON_PRODUCTION_LICENSE'
|
||||
| 'EMAIL_CONFIRMATION';
|
||||
|
||||
export type Functionality = 'regular' | 'configuration-node' | 'pairedItem';
|
||||
|
||||
export type CallbackManager = CallbackManagerLC;
|
||||
|
||||
Reference in New Issue
Block a user