GitHub

DaffAuthServerSide

Action

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

class DaffAuthServerSide implements Action {
  readonly type: DaffAuthActionTypes.AuthServerSideAction = DaffAuthActionTypes.AuthServerSideAction
  errorMessage: DaffStateError
}