mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 06:16:27 +01:00
5 lines
105 B
C#
5 lines
105 B
C#
namespace VoidCat.Services.Abstractions;
|
|
|
|
public interface IAggregateStatsCollector : IStatsCollector
|
|
{
|
|
} |