UNPKG

104 BTypeScriptView Raw
1/**
2 * @publicApi
3 */
4export interface NestHybridApplicationOptions {
5 inheritAppConfig?: boolean;
6}