Interface: SaveEntityProps<M>
Type parameters​
Name |
---|
M |
Properties​
entityId​
• Optional
entityId: string
Defined in​
path​
• path: string
Defined in​
previousValues​
• Optional
previousValues: Partial
<M
>
Defined in​
schema​
• schema: EntitySchema
<M
> | EntitySchemaResolver
<M
>
Defined in​
status​
• status: EntityStatus
Defined in​
values​
• values: Partial
<M
>