shajara API
    Preparing search index...

    Type Alias RecoveryHandler

    RecoveryHandler: (
        failure: ScopeExitFailure,
    ) => Wisp<Option<Either<Failure, unknown>>>

    Recovery handler for a scope-exit failure offered by resumable.

    Type Declaration