prorm API Reference
    Preparing search index...

    Type Alias FindHookHandler

    FindHookHandler: (
        options: FindOptions,
        model: ModelStatic<any>,
    ) => Promise<void> | void

    A hook that runs before a read, and may modify the options in place.

    Type Declaration