Interface StartRequest

interface StartRequest {
    templateInstances: TemplateInstance[];
}

Properties

templateInstances: TemplateInstance[]