lightyear.upsertobjectprops
Home > @runlightyear/lightyear > UpsertObjectProps
UpsertObjectProps interface
Signature:interface UpsertObjectProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
app | string | undefined | ||
collection | string | ||
customApp | string | undefined | ||
data | unknown | ||
localObjectId | string | ||
localUpdatedAt | string | null | ||
model | string | ||
syncId | string |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
managedUserId? | string | null | ||
objectId? | string | ||
overwrite? | boolean |