mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
1-err-left
This commit is contained in:
committed by
Aiden McClelland
parent
040c407521
commit
8b7c83aeea
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user