7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
/**
|
|
* @publicApi
|
|
*/
|
|
export interface NestHybridApplicationOptions {
|
|
inheritAppConfig?: boolean;
|
|
}
|