prorm API Reference
    Preparing search index...

    Type Alias HookHandler

    HookHandler: (instance: Model, options?: HookOptions) => Promise<void> | void

    A hook receiving a single instance and the options for the operation.

    Type Declaration