mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
event service
This commit is contained in:
6
src/models/data/eventData.ts
Normal file
6
src/models/data/eventData.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { EventType } from '../../enums/eventType';
|
||||
|
||||
export class EventData {
|
||||
type: EventType;
|
||||
cipherId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user