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

# AssetKind

## Summary

How the asset server handles an inspected file.

## Signature

```ts
type AssetKind = 'file' | 'script' | 'style' | 'unsupported'

```