Member Junction
    Preparing search index...

    Type Alias InstallerEventType

    InstallerEventType:
        | "phase:start"
        | "phase:end"
        | "step:progress"
        | "log"
        | "warn"
        | "error"
        | "prompt"
        | "diagnostic"

    Discriminated union of all installer event type strings. Used as the event name when subscribing via InstallerEventEmitter.On.