Comando para resetear Toku

This commit is contained in:
Juan Pablo Vial
2025-05-27 18:17:56 -04:00
parent a9a10e012d
commit 892cdf324f
8 changed files with 114 additions and 0 deletions

View File

@ -47,4 +47,11 @@ interface EndPoint
* @throws EmptyResponse
*/
public function delete(string $id): void;
/**
* @param array $skip
* @return array
* @throws InvalidResult
*/
public function reset(array $skip = []): array;
}