Skip to content

DIContextOptions

@tsed/di

Usage

typescript
import { DIContextOptions } from "@tsed/di";

See /packages/di/src/types/node/domain/DIContext.ts.

Overview

ts
interface DIContextOptions extends Omit<ContextLoggerOptions, "dateStart"> {
    id: string;
    platform?: string;
}

id

ts
id: string;

platform

ts
platform?: string;

Released under the MIT License.