1-err-left

This commit is contained in:
Drew Ansbacher
2021-09-03 18:35:42 +03:00
committed by Aiden McClelland
parent 040c407521
commit 8b7c83aeea
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
}