# UrlIssue

> This document is the Markdown version of [valibot.dev/api/UrlIssue/](https://valibot.dev/api/UrlIssue/). For the complete documentation index, see [llms.txt](https://valibot.dev/llms.txt).

URL issue interface.

## Generics

- `TInput` `extends string`

## Definition

- `UrlIssue` `extends BaseIssue<TInput>`
  - `kind` `'validation'`
  - `type` `'url'`
  - `expected` `null`
  - `received` `` `"${string}"` ``
  - `requirement` `(input: string) => boolean`
