automatewoo/includes/Entity/WorkflowTiming.php
fei-source 47d3c9a8b6 Update to v6.2.2
Source: GrootMade/Festinger Vault
2026-03-15 08:31:15 +08:00

14 lines
150 B
PHP

<?php
namespace AutomateWoo\Entity;
/**
* @since 5.1.0
*/
interface WorkflowTiming {
/**
* @return string
*/
public function get_type();
}