Skip to content
🚀 This documentation is for unreal-orm 1.0.0 alpha which requires SurrealDB 2.0 SDK. For use with version 1.x, see here.

UpdateOptionsForMode

UpdateOptionsForMode<TTable, TMode> = TMode extends "patch" ? PatchUpdateOptions : StandardUpdateOptions<TTable> & object

Defined in: define/table/types/query.ts:198

Types for constructing and executing SELECT, INSERT, UPDATE, and COUNT queries.

TTable

TMode extends UpdateMode