/var/www/html_uk/wp-content/plugins/automatewoo/includes/Entity/WorkflowTiming.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

namespace AutomateWoo\Entity;

/**
 * @since 5.1.0
 */
interface WorkflowTiming {

    
/**
     * @return string
     */
    
public function get_type();
}