(
instance: M,
options: InstanceUpdateOptions<TAttributes> | CreateOptions<TAttributes>
)
| 36 | beforeUpsert(attributes: M, options: UpsertOptions<TAttributes>): HookReturn; |
| 37 | afterUpsert(attributes: [ M, boolean | null ], options: UpsertOptions<TAttributes>): HookReturn; |
| 38 | beforeSave( |
| 39 | instance: M, |
| 40 | options: InstanceUpdateOptions<TAttributes> | CreateOptions<TAttributes> |
| 41 | ): HookReturn; |
no outgoing calls
no test coverage detected