Represents the target for the build process.

interface DesignerProcessTarget {
    agentSpecification?: AgentSpecification;
}

Hierarchy (View Summary)

Properties

agentSpecification?: AgentSpecification

Agent specification for the build process.