Type alias DeleteWorkflowDefinitionParams

DeleteWorkflowDefinitionParams: GetWorkflowDefinitionParams & {
    version: number;
}