-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
156 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import { initializationTask } from './constants'; | ||
import { INITIALIZATION_TASK } from './constants'; | ||
|
||
type RunStatusEnum = (typeof initializationTask)['RUN_STATUS']; | ||
type RunStatusEnum = (typeof INITIALIZATION_TASK)['RUN_STATUS']; | ||
|
||
export type InitializationTaskRunStatus = RunStatusEnum[keyof RunStatusEnum]; | ||
|
||
type RunResultEnum = (typeof initializationTask)['RUN_RESULT']; | ||
type RunResultEnum = (typeof INITIALIZATION_TASK)['RUN_RESULT']; | ||
|
||
export type InitializationTaskRunResult = RunResultEnum[keyof RunResultEnum]; | ||
|
||
type ContextEnum = (typeof initializationTask)['CONTEXT']; | ||
type ContextEnum = (typeof INITIALIZATION_TASK)['CONTEXT']; | ||
|
||
export type InitializationTaskContext = ContextEnum[keyof ContextEnum]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.