Represents the target of a phase.

interface PhaseTarget {
    type?: number;
}

Hierarchy (View Summary)

Properties

Properties

type?: number

The type of the target.