Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / migration / MigrationRewrite

Interface: MigrationRewrite

Defined in: packages/skills/src/migration/index.ts:22

A single rewrite the migrator applied (or would apply in a dry-run).

Properties

PropertyModifierTypeDefined in
appliedreadonlybooleanpackages/skills/src/migration/index.ts:26
fromFieldreadonlystringpackages/skills/src/migration/index.ts:23
reasonreadonly"deprecate-graphorin-prefix" | "co-exist-noop" | "graphorin-only-noop"packages/skills/src/migration/index.ts:25
toFieldreadonlystringpackages/skills/src/migration/index.ts:24