refactor(web): fix types

This commit is contained in:
Ali BARIN
2022-10-06 17:40:48 +02:00
committed by Faruk AYDIN
parent 0825eb36e4
commit ae76f7100c
30 changed files with 12 additions and 15 deletions

View File

@@ -204,6 +204,7 @@ export interface IAuthentication {
}
export interface ISubstep {
key: string;
name: string;
arguments: IField[];
}