. */ declare(strict_types=1); namespace FireflyIII\Services\FireflyIIIOrg\Update; /** * Interface UpdateRequestInterface */ interface UpdateRequestInterface { public function getUpdateInformation(string $channel): array; }