@watzon/baserow
    Preparing search index...

    Interface BatchCreateRowsPayload<T>

    interface BatchCreateRowsPayload<T = Record<string, any>> {
        items: T[];
    }

    Type Parameters

    • T = Record<string, any>
    Index

    Properties

    Properties

    items: T[]