mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
event logging on view page fixes
This commit is contained in:
@@ -3,4 +3,5 @@ import { EventType } from '../enums/eventType';
|
||||
export abstract class EventService {
|
||||
collect: (eventType: EventType, cipherId?: string, uploadImmediately?: boolean) => Promise<any>;
|
||||
uploadEvents: () => Promise<any>;
|
||||
clearEvents: () => Promise<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user