initial
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Automattic\Jetpack_Boost\REST_API\Contracts;
|
||||
|
||||
interface Has_Endpoints {
|
||||
|
||||
/**
|
||||
* @return Endpoint[]
|
||||
*/
|
||||
public function get_endpoints();
|
||||
}
|
||||
Reference in New Issue
Block a user