Type alias FlowCoverageResult
FlowCoverageResult: {
elementsNotCovered: string[];
flowId: string;
flowName: string;
flowNamespace?: string | null;
numElements: number;
numElementsNotCovered: number;
processType: string;
}
Type declaration
elementsNotCovered: string[]
flowId: string
flowName: string
Optional
flowNamespace?: string | null
numElements: number
numElementsNotCovered: number
processType: string