Type Alias DeleteWorkflowDefinitionParams

DeleteWorkflowDefinitionParams: GetWorkflowDefinitionParams & {
    version: number;
}