Skip to content

ConfigSourceOnChangeCB

@tsed/config

Usage

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

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

Overview

ts
type ConfigSourceOnChangeCB = () => void;

Released under the MIT License.