initial status
This commit is contained in:
9
node_modules/listr2/dist/constants/event.constants.d.ts
generated
vendored
Normal file
9
node_modules/listr2/dist/constants/event.constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/** Type of listr internal events. */
|
||||
export declare enum ListrEventType {
|
||||
TITLE = "TITLE",
|
||||
STATE = "STATE",
|
||||
ENABLED = "ENABLED",
|
||||
SUBTASK = "SUBTASK",
|
||||
DATA = "DATA",
|
||||
MESSAGE = "MESSAGE"
|
||||
}
|
Reference in New Issue
Block a user