Pages.Internal.ResponseSketch

type ResponseSketch data action shared
= RenderPage data (Maybe action)
| HotUpdate data shared (Maybe action)
| Redirect String
| NotFound
{ reason : NotFoundReason
, path : Path
}
| Action action