UNPKG

@buka/nestjs-config

Version:
6 lines (5 loc) 117 B
import { Type } from '@nestjs/common'; export interface IConfigProvider { target: Type<any>; path: string; }