Kavita/API/Interfaces/Services/ICleanupService.cs

7 lines
113 B
C#

namespace API.Interfaces.Services
{
public interface ICleanupService
{
void Cleanup();
}
}