mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
event logging on view page fixes
This commit is contained in:
@@ -3,4 +3,5 @@ import { EventType } from '../../enums/eventType';
|
||||
export class EventData {
|
||||
type: EventType;
|
||||
cipherId: string;
|
||||
date: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user