Type alias StrictRowUpdate<T>

StrictRowUpdate<T>: { [ key in keyof T]?: RowUpdateSet | RowUpdateIncrement | any }

Strict row update. Given a data model, specify the new values for each one of the fields that must be updated.

Type Parameters

  • T

Generated using TypeDoc