mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
feat: requestHandlersMap should be optional
This commit is contained in:
parent
cbd95a1778
commit
ee7160ea3c
@ -247,7 +247,7 @@ export interface EngineOptions {
|
|||||||
/**
|
/**
|
||||||
* 数据源引擎的请求处理器映射
|
* 数据源引擎的请求处理器映射
|
||||||
*/
|
*/
|
||||||
requestHandlersMap: RequestHandlersMap;
|
requestHandlersMap?: RequestHandlersMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
const getStrictModeValue = (engineOptions: EngineOptions, defaultValue: boolean): boolean => {
|
const getStrictModeValue = (engineOptions: EngineOptions, defaultValue: boolean): boolean => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user