GitHub

DaffAuthResetToUnauthenticated

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

class DaffAuthResetToUnauthenticated implements Action {
  readonly type: DaffAuthActionTypes.ResetToUnauthenticatedAction = DaffAuthActionTypes.ResetToUnauthenticatedAction
  reason: string
}