src.app.core.model.referential-step.model.ts Maven / Gradle / Ivy
export class ReferentialStep {
constructor(public id: string,
public name: string,
public usage: string,
public steps?: Array,
public task?: string
) { }
}
export function stepsFromObjects(fromJsonObjects: Array
© 2015 - 2025 Weber Informatics LLC | Privacy Policy