All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.core.model.scenario.step.model.ts Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
export class Step {

    constructor(
        public name?: string,
        public target?: string,
        public type?: string,
        public inputs?: Map,
        public steps?: Step[]
    ) {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy