import { DaffAuthCheckSuccess } from '@daffodil/auth/state'
An action triggered upon a successful auth check.
class DaffAuthCheckSuccess implements Action {
readonly type: DaffAuthActionTypes.AuthCheckSuccessAction = DaffAuthActionTypes.AuthCheckSuccessAction
}