Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Context<D, U, R>

This represent the context that will be passed along the middleware stack

Type parameters

  • D

    Dependencies of your application

  • U: UseCase

    The usecase to execute. It can be a Command or a Query.

  • R

    The command's result

Hierarchy

  • Context

Index

Properties

dependencies: D
result?: R
useCase: U

Generated using TypeDoc