Refactor app architecture and clean local artifacts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Backend.Common;
|
||||
|
||||
namespace Backend.Services;
|
||||
|
||||
public interface IAdminAuditService
|
||||
{
|
||||
void AddEntry(
|
||||
string adminTwitchUserId,
|
||||
string actionType,
|
||||
string entityType,
|
||||
string entityId,
|
||||
string summary,
|
||||
object? metadata = null,
|
||||
RequestMetadata? requestMetadata = null);
|
||||
}
|
||||
Reference in New Issue
Block a user