mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-05-24 00:52:23 -04:00
7 lines
113 B
C#
7 lines
113 B
C#
namespace API.Interfaces.Services
|
|
{
|
|
public interface ICleanupService
|
|
{
|
|
void Cleanup();
|
|
}
|
|
} |