Skip to content

PlatformParamsScope

@tsed/platform-params

Usage

typescript
import { PlatformParamsScope } from "@tsed/platform/platform-params/src/types/builder/PlatformParams";

See /packages/platform/platform-params/src/types/builder/PlatformParams.ts.

Overview

ts
type PlatformParamsScope<Context extends DIContext = DIContext> = {
    $ctx: Context;
} & Record<string, any>;

$ctx

ts
$ctx: Context;

Released under the MIT License.