GitHub

DaffAuthGuardLogout

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

class DaffAuthGuardLogout implements Action {
  readonly type: DaffAuthActionTypes.AuthGuardLogoutAction = DaffAuthActionTypes.AuthGuardLogoutAction
  errorMessage: DaffStateError
}