(instance: M, options: InstanceUpdateOptions<TAttributes>)
| 32 | beforeRestore(instance: M, options: InstanceRestoreOptions): HookReturn; |
| 33 | afterRestore(instance: M, options: InstanceRestoreOptions): HookReturn; |
| 34 | beforeUpdate(instance: M, options: InstanceUpdateOptions<TAttributes>): HookReturn; |
| 35 | afterUpdate(instance: M, options: InstanceUpdateOptions<TAttributes>): HookReturn; |
| 36 | beforeUpsert(attributes: M, options: UpsertOptions<TAttributes>): HookReturn; |
| 37 | afterUpsert(attributes: [ M, boolean | null ], options: UpsertOptions<TAttributes>): HookReturn; |
no outgoing calls
no test coverage detected