import { DaffAuthCheck } from '@daffodil/auth/state'
An action triggered to initialize an auth check request.
class DaffAuthCheck implements Action { readonly type: DaffAuthActionTypes.AuthCheckAction = DaffAuthActionTypes.AuthCheckAction }