Package version:

Interface PipelineRunSourceProperties

interface PipelineRunSourceProperties {
    name?: string;
    type?: string;
}

Properties

Properties

name?: string

The name of the source.

type?: string

The type of the source.