Comando para resetear Toku
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user