Skip to content

InitialConfigSourceOptions

@tsed/config

Usage

typescript
import { InitialConfigSourceOptions } from "@tsed/config/src/types/interfaces/ConfigSource";

See /packages/config/src/types/interfaces/ConfigSource.ts.

Overview

ts
type InitialConfigSourceOptions = Omit<ConfigSourceOptions, "options" | "use">;

Released under the MIT License.