Type alias MigrationFileStringBuilder

MigrationFileStringBuilder: ((context) => any)

Type declaration

    • (context): any
    • A function, which create a string for a migration file.

      Parameters

      Returns any

      The value to stringify. (null) and (undefined) will become empty strings.

Generated using TypeDoc