Represents a phase target that runs on the server.

interface ServerTarget {
    executionOptions?: ServerTargetExecutionOptions;
    type?: number;
}

Hierarchy (View Summary)

Properties

executionOptions?: ServerTargetExecutionOptions

The execution options.

type?: number

The type of the target.