---
title: AssetStatus
source: https://github.com/remix-run/remix/blob/remix@3.0.0-rc.1/packages/assets/src/lib/inspection.ts#L21
---

# AssetStatus

## Summary

Browser-reachability result for an inspected asset.

## Signature

```ts
type AssetStatus = 'denied' | 'missing' | 'not-allowed' | 'reachable' | 'unmapped' | 'unsupported'

```