# ImportFromURL.type
The type of content being imported.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## ImportFromURL.type property

The type of content being imported.

**Signature:**

```typescript
type: "LOTTIE" | "IMAGE" | "SVG";
```

## Remarks

- `LOTTIE`: Supports .json (Lottie JSON) and .lottie (dotLottie)
- `IMAGE`: Supports .png, .jpg, .jpeg, .webp - `SVG`: Supports .svg
