feat(platform): expose amap runtime health
This commit is contained in:
@@ -334,6 +334,10 @@ export interface OpsHealth {
|
||||
|
||||
export interface RuntimeInfo {
|
||||
requestTimeoutMs: number;
|
||||
amapWebJsConfigured?: boolean;
|
||||
amapSecurityProxyEnabled?: boolean;
|
||||
amapSecurityCodeExposed?: boolean;
|
||||
amapSecurityServiceHost?: string;
|
||||
}
|
||||
|
||||
export interface Page<T> {
|
||||
|
||||
Reference in New Issue
Block a user