mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Type errors in VariablesView.vue (no-changelog) (#9558)
This commit is contained in:
@@ -1661,15 +1661,11 @@ export declare namespace DynamicNodeParameters {
|
||||
}
|
||||
|
||||
export interface EnvironmentVariable {
|
||||
id: number;
|
||||
id: string;
|
||||
key: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export interface TemporaryEnvironmentVariable extends Omit<EnvironmentVariable, 'id'> {
|
||||
id: string;
|
||||
}
|
||||
|
||||
export type ExecutionFilterMetadata = {
|
||||
key: string;
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user