mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
setup for client event collection
This commit is contained in:
@@ -2,4 +2,5 @@ export class EnvironmentUrls {
|
||||
base: string;
|
||||
api: string;
|
||||
identity: string;
|
||||
events: string;
|
||||
}
|
||||
|
||||
6
src/models/request/eventRequest.ts
Normal file
6
src/models/request/eventRequest.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { EventType } from '../../enums/eventType';
|
||||
|
||||
export class EventRequest {
|
||||
type: EventType;
|
||||
cipherId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user