MobX RESTful migrator
    Preparing search index...

    Interface BootOption<SourceOption>

    interface BootOption<SourceOption extends object | undefined = {}> {
        dryRun?: boolean;
        sourceOption?: SourceOption;
    }

    Type Parameters

    • SourceOption extends object | undefined = {}
    Index

    Properties

    dryRun?: boolean
    sourceOption?: SourceOption