Interface EnvironmentDefinitionResponse

interface EnvironmentDefinitionResponse {
    definition: EnvironmentDefinition;
    yaml: string;
}

Properties

Properties

yaml: string

Generated using TypeDoc