Embedded analytics SDK API
    Preparing search index...

    Type Alias ActionResultForCreate

    Response from a single-row create — the inserted row.

    type ActionResultForCreate = {
        "created-row": Record<
            string,
            null
            | string
            | number
            | false
            | true
            | object,
        >;
    }
    Index

    Properties

    Properties

    "created-row": Record<string, null | string | number | false | true | object>