@axonlabs/core
    Preparing search index...

    Type Alias NextFunc

    NextFunc: () => Promise<void> | void

    This function calls when process in current middleware is done and you want to pass the request to the next middleware or controller.

    Type declaration

      • (): Promise<void> | void
      • Returns Promise<void> | void