mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +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: {
|
@Input() transitions: {
|
||||||
cancel: () => any
|
cancel: () => any
|
||||||
next: () => any
|
next: (prevResult?: any) => any
|
||||||
final: () => any
|
final: () => any
|
||||||
error: (e: Error) => any
|
error: (e: Error) => any
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export class DependentsComponent implements OnInit, Loadable {
|
|||||||
}
|
}
|
||||||
@Input() transitions: {
|
@Input() transitions: {
|
||||||
cancel: () => any
|
cancel: () => any
|
||||||
next: () => any
|
next: (prevResult?: any) => any
|
||||||
final: () => any
|
final: () => any
|
||||||
error: (e: Error) => any
|
error: (e: Error) => any
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user