Options for a nozzle.

interface NozzleOptions {
    path: string;
}

Properties

Properties

path: string

The nozzle path.