# AttemptedWrite

`interface` in `core` · v0.6.0

<https://docs.seedcord.org/packages/core/0.6.0/interfaces/attempted-write>

The fields both `responseAttempted` arms carry.

```ts
interface AttemptedWrite
```

## Properties

### durationMs

```ts
readonly durationMs: number
```

### interactionId

```ts
readonly interactionId: string
```

The interaction this write belongs to, for joining against `interactionDispatched`.

### method

```ts
readonly method: WriteMethod
```

`send` routes to another verb, so it reports the verb that ran.

### routeId

```ts
readonly routeId: string
```
