@watzon/baserow
    Preparing search index...

    Interface TableImportConfiguration

    interface TableImportConfiguration {
        upsertFields?: null | number[];
        upsertValues?: null | any[][];
    }
    Index

    Properties

    upsertFields?: null | number[]
    upsertValues?: null | any[][]