bkdotcom/PHPDebugConsole

View on GitHub
src/Teams/Actions/ActionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace bdk\Teams\Actions;

use bdk\Teams\ItemInterface;

/**
 * Action interface
 */
interface ActionInterface extends ItemInterface
{
}