(instance: M, options: InstanceDestroyOptions)
| 29 | beforeCreate(attributes: M, options: CreateOptions<TAttributes>): HookReturn; |
| 30 | afterCreate(attributes: M, options: CreateOptions<TAttributes>): HookReturn; |
| 31 | beforeDestroy(instance: M, options: InstanceDestroyOptions): HookReturn; |
| 32 | afterDestroy(instance: M, options: InstanceDestroyOptions): HookReturn; |
| 33 | beforeRestore(instance: M, options: InstanceRestoreOptions): HookReturn; |
| 34 | afterRestore(instance: M, options: InstanceRestoreOptions): HookReturn; |
no outgoing calls
no test coverage detected