UNPKG

@shons/next-configify

Version:
10 lines (8 loc) 180 B
import { Provider } from '@nestjs/common'; /** * The configuration providers interface */ export interface ConfigurationProviders { exports: any[]; providers: Provider[]; }