export default interface SecurityEventNotification {
    type: string;
    timestamp: string;
    techInfo?: string;
}
