GitHub

DaffAuthLogoutSuccess

import { DaffAuthLogoutSuccess } from '@daffodil/auth/state'

An action triggered upon a successful logout.

class DaffAuthLogoutSuccess implements Action {
  readonly type: DaffAuthLoginActionTypes.LogoutSuccessAction = DaffAuthLoginActionTypes.LogoutSuccessAction
}