File size: 139 Bytes
cd6720a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
/**
 * @publicApi
 */
export interface NestHybridApplicationOptions {
    inheritAppConfig?: boolean;
    deferInitialization?: boolean;
}