Skip to main content

ditox

Index

Type Aliases

DependencyContainerContext

DependencyContainerContext: BaseControllerContext & { container: Container }

DependencyContext

DependencyContext<Dependencies>: BaseControllerContext & { deps: Dependencies }

Type parameters

DependencyProps

DependencyProps: {}

Type declaration

  • [key string]: unknown

DependencyTokenProps

DependencyTokenProps<Props>: { [ K in keyof Props ]: Token<Props[K]> }

Type parameters