@triply/triplydb
    Preparing search index...

    Interface ImportDatasetOpts

    Options for Account.importDataset.

    interface ImportDatasetOpts {
        overwrite: true;
    }
    Index
    overwrite: true

    Must be true, as an acknowledgement.

    Required rather than optional because the import replaces a dataset of the same name in the target account, so there is no non-destructive form of this call to default to.