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