@watzon/baserow
    Preparing search index...

    Interface TableImportPayload

    interface TableImportPayload {
        configuration?: TableImportConfiguration;
        data: any[][];
    }
    Index

    Properties

    Properties

    configuration?: TableImportConfiguration
    data: any[][]