Interface: Migration
migrations.Migration
Properties
from
• from: string
Defined in
to
• to: string
Defined in
transforms
• transforms: Object
Index signature
▪ [kind: string]: { down: (inp: any, kind?: string) => any ; up:
(inp: any, kind?: string) => any }