@kubator/sdk v0.0.1
    Preparing search index...

    Type Alias MigrationOptions

    Options accepted when declaring a database migration.

    type MigrationOptions = {
        retryOnFail: boolean;
        stage?: string;
        type?: string;
        [option: string]: unknown;
    }

    Indexable

    • [option: string]: unknown
    Index
    retryOnFail: boolean
    stage?: string
    type?: string