Go to repository

Type Alias ScriptType

ScriptType:
    | "node"
    | "sh"
    | "pwsh"
    | "cmd"

Models the different type of executable scripts.