Interface ForkWorkflowTemplateBody

interface ForkWorkflowTemplateBody {
    newName?: string;
}

Properties

Properties

newName?: string