> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TypeOptions

Input options for the 'type' mutation.

## Definition

```graphql theme={null}
input TypeOptions {
  delay: Int
}
```

## Fields

### `delay`

[Int](/reference/graphql/scalars/int)

Delay in milliseconds between typing individual characters. Defaults to 0.
