Represents a yaml build.

interface YamlBuild {
    yaml?: string;
}

Properties

Properties

yaml?: string

The yaml used to define the build