Merge branch 'develop' into nice_dev

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-19 15:38:03 +07:00
commit 09b1b9f492
8 changed files with 367 additions and 406 deletions

View file

@ -5,9 +5,9 @@ interface DataOption {
interface investigatefactsDataRowType {
subject: string;
interrogated: string;
fault: string;
status: string;
active: string;
fault: string|undefined;
status: string|undefined;
active: string|undefined;
}