refactor: list and fetch
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -35,6 +35,13 @@ interface NodeBaseInterface extends JsonSerializable {
|
||||
* @since 2025.05.01
|
||||
*/
|
||||
public function type(): string;
|
||||
|
||||
/**
|
||||
* Node URN
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*/
|
||||
public function urn(): string;
|
||||
|
||||
/**
|
||||
* Provider identifier
|
||||
|
||||
Reference in New Issue
Block a user