UNPKG

powerplatform-review-tool

Version:

Evaluate Power Platform solution zip files based on best practice patterns

4 lines 323 B
import { PowerAutomateComponent, Variable } from "../interface/flowInterface"; export declare function getDeclaredVariables(jsonContent: PowerAutomateComponent): Variable[]; export declare function getVariablesUsedInVariableActions(jsonContent: PowerAutomateComponent): Set<string>; //# sourceMappingURL=flowHelper.d.ts.map