export interface DynamicPath6 { key: string; value?: string; } export interface EntityWithBindings6 { // Dynamic bindings are strings that use {{ dynamicBindingPathList?: DynamicPath6[]; // Dynamic triggers are the top-level objects that define the steps to execute dynamicTriggerPathList?: DynamicPath6[]; // The entire property is in Code mode, no {{ bindings needed dynamicPropertyPathList?: DynamicPath6[]; }