export interface UserAccessAction { action: string; allow: boolean; timestamp: Date; }