@watzon/baserow
    Preparing search index...

    Interface BatchUpdateRowsPayload<T>

    interface BatchUpdateRowsPayload<T extends { id: number }> {
        items: T[];
    }

    Type Parameters

    • T extends { id: number }
    Index

    Properties

    Properties

    items: T[]