export interface AuditLogSettings {
    enableLogging: boolean;
}
