* SPDX-License-Identifier: AGPL-3.0-or-later */ namespace KTXF\Resource\Documents\Service; use KTXF\Resource\Provider\ResourceServiceMutateInterface; /** * Documents Service Mutable Interface * * Extends base service interface with setter methods for mutable properties. * Used for service configuration and updates. * * @since 2025.05.01 */ interface ServiceMutableInterface extends ServiceBaseInterface, ResourceServiceMutateInterface { }