---
title: RunInit
---

# RunInit

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/ui/src/runtime/run.ts#L14" target="_blank">View Source</a>

## Summary

Options for starting the client runtime with run.

## Signature

```ts
type RunInit = {
  loadModule: LoadModule;
  resolveFrame?: ResolveFrame;
};

```