refactor(web): fix types
This commit is contained in:
1
packages/types/index.d.ts
vendored
1
packages/types/index.d.ts
vendored
@@ -204,6 +204,7 @@ export interface IAuthentication {
|
||||
}
|
||||
|
||||
export interface ISubstep {
|
||||
key: string;
|
||||
name: string;
|
||||
arguments: IField[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user