Skip to content

ConfigSourceWatchCloseCB

@tsed/config

Usage

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

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

Overview

ts
type ConfigSourceWatchCloseCB = () => Promise<void> | void;

Released under the MIT License.