PlatformParamsCallback
@tsed/platform-params
Usage
typescript
import { PlatformParamsCallback } from "@tsed/platform/platform-params/src/types/builder/PlatformParams";
See /packages/platform/platform-params/src/types/builder/PlatformParams.ts.
Overview
ts
type PlatformParamsCallback<Context extends DIContext = DIContext> = (scope: PlatformParamsScope<Context>) => Promise<any>;