Interface Test

interface Test {
    path?: string;
    path2?: string;
}

Properties

Properties

path?: string

An optional filesystem path input that is set internally if not specified by the user.

Default Value

Node.js {@link https://nodejs.org/api/process.html#processexecpath| `process.execPath`} value
path2?: string

An optional filesystem path input that is set internally if not specified by the user.

Default Value

Node.js process.execPath value beep boop