import {AuthenticationEvent} from './AuthenticationEvent' /** * Event fired when a user is unauthenticated. */ export class UserFlushedEvent extends AuthenticationEvent { public readonly eventName = '@extollo/lib:UserFlushedEvent' }