6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
export declare const proxyPolyfillCompat: {
|
|
app: any;
|
|
trace: any;
|
|
instrumentationEnabled: any;
|
|
dataCollectionEnabled: any;
|
|
};
|