OnStop: ((reason: string) => unknown | Promise<unknown>)

Type declaration

    • (reason: string): unknown | Promise<unknown>
    • Type that describes action that injects on stop.

      Parameters

      • reason: string

      Returns unknown | Promise<unknown>

Generated using TypeDoc