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