@kubator/sdk v0.0.1
    Preparing search index...

    Type Alias UpdateOptions

    Options shared by document update operations.

    type UpdateOptions = {
        captures?: Record<string, unknown>;
        returning?: boolean;
    }
    Index
    captures?: Record<string, unknown>

    Values captured by an update expression.

    returning?: boolean

    Returns updated documents instead of only their count.