repo/rest-api/src/Application/UseCases/GetPropertyAliases/DeserializedGetPropertyAliasesRequest.php
<?php declare( strict_types = 1 );
namespace Wikibase\Repo\RestApi\Application\UseCases\GetPropertyAliases;
use Wikibase\Repo\RestApi\Application\UseCaseRequestValidation\DeserializedPropertyIdRequest;
/**
* @license GPL-2.0-or-later
*/
interface DeserializedGetPropertyAliasesRequest extends DeserializedPropertyIdRequest {
}