interface InstallResult

Result returned after installing a methodology

Properties

success: boolean

Whether the installation succeeded

path: string

The absolute path where the methodology was installed

The name of the methodology that was installed

optional
message: string

Optional error or success message

Usage

import { type InstallResult } from ".";