# StepMigrationOptions

`interface` in `plugins` · v0.6.1

<https://docs.seedcord.org/packages/plugins/0.6.1/interfaces/step-migration-options>

Behavior configuration for step-based migrations.

```ts
interface StepMigrationOptions
```

## Properties

### steps

```ts
readonly steps: number | undefined
```

Number of steps to apply when direction is `up` or `down`.
