lightyear.updatebatchprops
Home > @runlightyear/lightyear > UpdateBatchProps
UpdateBatchProps interface
Signature:interface UpdateBatchProps<ObjectData>
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
changes | Array<{ changeId: string; externalId: ExternalId; data: ObjectData; }> |