# LinkType

## Content

# Type Alias: LinkType

```ts
type LinkType = "url" | "action" | "dest" | "js" | "unknown";
```

Link annotation type.
