Introduction
Migration
Appearance
import { ConfigSourceWatchCloseCB } from "@tsed/config/src/types/interfaces/ConfigSource";
See /packages/config/src/types/interfaces/ConfigSource.ts.
type ConfigSourceWatchCloseCB = () => Promise<void> | void;