mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[SM-288] Rename models to follow naming convention (#3795)
This commit is contained in:
8
libs/common/src/models/data/event.data.ts
Normal file
8
libs/common/src/models/data/event.data.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { EventType } from "../../enums/eventType";
|
||||
|
||||
export class EventData {
|
||||
type: EventType;
|
||||
cipherId: string;
|
||||
date: string;
|
||||
organizationId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user