---
meta:
 - name: keywords
   description: api typescript node.js documentation ConfigSourceWatchCloseCB type
---
# ConfigSourceWatchCloseCB - @tsed/config

## Usage

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

> See [/packages/config/src/interfaces/ConfigSource.ts](https://github.com/tsedio/tsed/blob/v8.28.2/packages/config/src/interfaces/ConfigSource.ts#L0-L0).

## Overview

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