Stability process predicate evaluation module

This commit is contained in:
IDONTSUDO 2023-09-12 19:09:33 +00:00 committed by Igor Brylyov
parent 78e31ea49c
commit 03bc34539c
19 changed files with 1365 additions and 123 deletions

View file

@ -6,7 +6,7 @@ import { HttpRepository, HttpMethod, HttpRoute } from '../../core/repository/htt
export const pathAjaxTopologyScreen = '/topology/adjax/usecase/'
export interface IAdjaxMatrix {
allPars: string[];
allParts: string[];
firstDetail: string;
matrix: StringMap;
matrixError: StringMap | null;