Class BaseBuildStep<OutputOptions, OutputProps>

Represents a build step.

Type Parameters

  • OutputOptions extends object = object
  • OutputProps extends object = object

Hierarchy (view full)

Constructors

Properties

_output: OutputProps

Additional project property types to merge with resulting project type.

_outputOptions: OutputOptions

Options type to merge with project options.

Methods