Interface TaskDefinitionEnvironmentFileArgs

interface TaskDefinitionEnvironmentFileArgs {
    type?: any;
    value?: any;
}

Properties

Properties

type?: any
value?: any

Generated using TypeDoc