1-err-left

This commit is contained in:
Drew Ansbacher
2021-09-03 18:35:42 +03:00
committed by Matt Hill
parent 2fbedf9ca1
commit 512ad2af84
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ export class CompleteComponent implements OnInit, Loadable {
@Input() transitions: {
cancel: () => any
next: () => any
next: (prevResult?: any) => any
final: () => any
error: (e: Error) => any
}

View File

@@ -22,7 +22,7 @@ export class DependentsComponent implements OnInit, Loadable {
}
@Input() transitions: {
cancel: () => any
next: () => any
next: (prevResult?: any) => any
final: () => any
error: (e: Error) => any
}